diff options
author | 2019-08-08 23:45:47 -0400 | |
---|---|---|
committer | 2019-08-08 23:45:47 -0400 | |
commit | e6cb812b5532630b6fc6dfd7778d57a4907d3180 (patch) | |
tree | 0d0d035e8d0aa342e5b2ef0b3a9a4eb338ab1bff | |
parent | 9c1e84c9b81b6bf1df55f26f2e0517266c37f7eb (diff) | |
parent | 55dd15336b7301b686a0c183f5372b49c1003d03 (diff) | |
download | linux-yocto-v5.0/standard/preempt-rt/base.tar.gz linux-yocto-v5.0/standard/preempt-rt/base.tar.bz2 linux-yocto-v5.0/standard/preempt-rt/base.zip |
Merge branch 'v5.0/standard/base' into v5.0/standard/preempt-rt/basev5.0/standard/preempt-rt/base
-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 |