diff --git a/Makefile b/Makefile index d384848478b947bb04004500e9d93ca4e10c3519..393b6159ae924c0758fc4443c85f50b88917fcb2 100644 --- a/Makefile +++ b/Makefile @@ -620,6 +620,7 @@ include arch/$(SRCARCH)/Makefile KBUILD_CFLAGS += $(call cc-option,-fno-delete-null-pointer-checks,) KBUILD_CFLAGS += $(call cc-disable-warning,maybe-uninitialized,) +KBUILD_CFLAGS += $(call cc-disable-warning,frame-address,) ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE KBUILD_CFLAGS += -Os