|
@@ -213,8 +213,6 @@ ifdef CONFIG_X86_64
|
|
KBUILD_LDFLAGS += $(call ld-option, -z max-page-size=0x200000)
|
|
KBUILD_LDFLAGS += $(call ld-option, -z max-page-size=0x200000)
|
|
endif
|
|
endif
|
|
|
|
|
|
-# Speed up the build
|
|
|
|
-KBUILD_CFLAGS += -pipe
|
|
|
|
# Workaround for a gcc prelease that unfortunately was shipped in a suse release
|
|
# Workaround for a gcc prelease that unfortunately was shipped in a suse release
|
|
KBUILD_CFLAGS += -Wno-sign-compare
|
|
KBUILD_CFLAGS += -Wno-sign-compare
|
|
#
|
|
#
|
|
@@ -239,7 +237,7 @@ archheaders:
|
|
archmacros:
|
|
archmacros:
|
|
$(Q)$(MAKE) $(build)=arch/x86/kernel arch/x86/kernel/macros.s
|
|
$(Q)$(MAKE) $(build)=arch/x86/kernel arch/x86/kernel/macros.s
|
|
|
|
|
|
-ASM_MACRO_FLAGS = -Wa,arch/x86/kernel/macros.s -Wa,-
|
|
|
|
|
|
+ASM_MACRO_FLAGS = -Wa,arch/x86/kernel/macros.s
|
|
export ASM_MACRO_FLAGS
|
|
export ASM_MACRO_FLAGS
|
|
KBUILD_CFLAGS += $(ASM_MACRO_FLAGS)
|
|
KBUILD_CFLAGS += $(ASM_MACRO_FLAGS)
|
|
|
|
|