backport: increase max stack frame size compiler check to 1280
authorLuca Coelho <luciano.coelho@intel.com>
Sun, 18 Feb 2018 13:24:58 +0000 (15:24 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 23 Feb 2018 11:34:50 +0000 (12:34 +0100)
commitd51b196d81d5ece88b3094d94b31de648f2611b7
tree4c86a09acc3babe5024c4a7b78e7d27e4b4c3645
parent9a1cf834b7d1e44bcf3b8aabe68f110ecc32b58f
backport: increase max stack frame size compiler check to 1280

The verification code has some large data variables that are allocated
in the stack.  Increase the maximum stack frame size in the compiler
check slightly (from 1024 to 1280) to prevent harmless warnings.

Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
backport/compat/Makefile