X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=27f97b53e6ebd4e60407d38e13be42a0d2fe7127;hb=4c96f5b19c770a72fc7b51945ef4a48c48600aaf;hp=addb235b537c70e3672fcef15c9ad9cc01c6da84;hpb=057a056ced1ee7e000bad2a5c88241502747d350;p=cascardo%2Flinux.git diff --git a/Makefile b/Makefile index addb235b537c..27f97b53e6eb 100644 --- a/Makefile +++ b/Makefile @@ -621,6 +621,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