Skip to content

Commit e20f7e5

Browse files
Cao jinIngo Molnar
authored andcommitted
x86/build: Drop unused mflags-y
Subarchitecture support (mflags-y) was removed from x86 in this commit: 6bda2c8 ("x86: remove subarchitecture support") So drop the mflags-y usage from the Makefile. Signed-off-by: Cao jin <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
1 parent 8d31f80 commit e20f7e5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

arch/x86/Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,6 @@ KBUILD_CFLAGS += -Wno-sign-compare
232232
#
233233
KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
234234

235-
KBUILD_CFLAGS += $(mflags-y)
236-
KBUILD_AFLAGS += $(mflags-y)
237-
238235
archscripts: scripts_basic
239236
$(Q)$(MAKE) $(build)=arch/x86/tools relocs
240237

0 commit comments

Comments
 (0)