From d51b196d81d5ece88b3094d94b31de648f2611b7 Mon Sep 17 00:00:00 2001 From: Luca Coelho Date: Sun, 18 Feb 2018 15:24:58 +0200 Subject: 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 Signed-off-by: Johannes Berg --- backport/compat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backport/compat/Makefile b/backport/compat/Makefile index 5c79b9b8..ac70aaf8 100644 --- a/backport/compat/Makefile +++ b/backport/compat/Makefile @@ -1,4 +1,4 @@ -ccflags-y += -I$(src) +ccflags-y += -I$(src) -Wframe-larger-than=1280 ifeq ($(CONFIG_BACKPORT_INTEGRATE),) obj-m += compat.o else -- cgit v1.2.3