X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=393b6159ae924c0758fc4443c85f50b88917fcb2;hb=179023e6af0c608ffb505821223f5580853ef6b8;hp=d384848478b947bb04004500e9d93ca4e10c3519;hpb=8448cefe499a45222430ebbcabcd9e26369895c3;p=mirror_ubuntu-artful-kernel.git diff --git a/Makefile b/Makefile index d384848478b9..393b6159ae92 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