Skip to content

Commit

Permalink
x86/build: Drop unused mflags-y
Browse files Browse the repository at this point in the history
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 <caoj.fnst@cn.fujitsu.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1502105384-23214-1-git-send-email-caoj.fnst@cn.fujitsu.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
  • Loading branch information
Cao jin authored and Ingo Molnar committed Aug 10, 2017
1 parent 8d31f80 commit e20f7e5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/x86/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,6 @@ KBUILD_CFLAGS += -Wno-sign-compare
#
KBUILD_CFLAGS += -fno-asynchronous-unwind-tables

KBUILD_CFLAGS += $(mflags-y)
KBUILD_AFLAGS += $(mflags-y)

archscripts: scripts_basic
$(Q)$(MAKE) $(build)=arch/x86/tools relocs

Expand Down

0 comments on commit e20f7e5

Please sign in to comment.