aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/boot/compressed/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/boot/compressed/Makefile b/arch/x86/boot/compressed/Makefile
index 2c860ad4fe06..8a958274b54c 100644
--- a/arch/x86/boot/compressed/Makefile
+++ b/arch/x86/boot/compressed/Makefile
@@ -34,6 +34,7 @@ KBUILD_CFLAGS += $(cflags-y)
34KBUILD_CFLAGS += -mno-mmx -mno-sse 34KBUILD_CFLAGS += -mno-mmx -mno-sse
35KBUILD_CFLAGS += $(call cc-option,-ffreestanding) 35KBUILD_CFLAGS += $(call cc-option,-ffreestanding)
36KBUILD_CFLAGS += $(call cc-option,-fno-stack-protector) 36KBUILD_CFLAGS += $(call cc-option,-fno-stack-protector)
37KBUILD_CFLAGS += $(call cc-disable-warning, address-of-packed-member)
37 38
38KBUILD_AFLAGS := $(KBUILD_CFLAGS) -D__ASSEMBLY__ 39KBUILD_AFLAGS := $(KBUILD_CFLAGS) -D__ASSEMBLY__
39GCOV_PROFILE := n 40GCOV_PROFILE := n