diff options
author | 2019-08-08 23:45:46 -0400 | |
---|---|---|
committer | 2019-08-08 23:45:46 -0400 | |
commit | 9d4105b32cf123a861bc754377d2f2e156278a7e (patch) | |
tree | 0daafa1d7addb60ca989aa27aa117ae735b2e2f9 | |
parent | 5a8b27bcc0b16077ab8edfcd3fb25c80dc2c652e (diff) | |
parent | 55dd15336b7301b686a0c183f5372b49c1003d03 (diff) | |
download | linux-yocto-v5.0/standard/mti-malta64.tar.gz linux-yocto-v5.0/standard/mti-malta64.tar.bz2 linux-yocto-v5.0/standard/mti-malta64.zip |
Merge branch 'v5.0/standard/base' into v5.0/standard/mti-malta64v5.0/standard/mti-malta64
-rw-r--r-- | arch/x86/boot/compressed/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/boot/compressed/Makefile b/arch/x86/boot/compressed/Makefile index f0515ac895a4..364d1c64c26e 100644 --- a/arch/x86/boot/compressed/Makefile +++ b/arch/x86/boot/compressed/Makefile @@ -38,6 +38,7 @@ KBUILD_CFLAGS += $(call cc-option,-fno-stack-protector) KBUILD_CFLAGS += $(call cc-disable-warning, address-of-packed-member) KBUILD_CFLAGS += $(call cc-disable-warning, gnu) KBUILD_CFLAGS += -Wno-pointer-sign +KBUILD_CFLAGS += $(call cc-option,-fmacro-prefix-map=$(srctree)/=) KBUILD_AFLAGS := $(KBUILD_CFLAGS) -D__ASSEMBLY__ GCOV_PROFILE := n |