diff options
-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 2c860ad4fe06..8a958274b54c 100644 --- a/arch/x86/boot/compressed/Makefile +++ b/arch/x86/boot/compressed/Makefile | |||
@@ -34,6 +34,7 @@ KBUILD_CFLAGS += $(cflags-y) | |||
34 | KBUILD_CFLAGS += -mno-mmx -mno-sse | 34 | KBUILD_CFLAGS += -mno-mmx -mno-sse |
35 | KBUILD_CFLAGS += $(call cc-option,-ffreestanding) | 35 | KBUILD_CFLAGS += $(call cc-option,-ffreestanding) |
36 | KBUILD_CFLAGS += $(call cc-option,-fno-stack-protector) | 36 | KBUILD_CFLAGS += $(call cc-option,-fno-stack-protector) |
37 | KBUILD_CFLAGS += $(call cc-disable-warning, address-of-packed-member) | ||
37 | 38 | ||
38 | KBUILD_AFLAGS := $(KBUILD_CFLAGS) -D__ASSEMBLY__ | 39 | KBUILD_AFLAGS := $(KBUILD_CFLAGS) -D__ASSEMBLY__ |
39 | GCOV_PROFILE := n | 40 | GCOV_PROFILE := n |