[PATCH] x86: drop mflags-y

From: Cao jin
Date: Mon Aug 07 2017 - 07:25:00 EST


Since commit 6bda2c8b32, subarchitecture support(mflags-y) is totally
removed for x86. So now mflags-y can be dropped safely for x86.

Signed-off-by: Cao jin <caoj.fnst@xxxxxxxxxxxxxx>
---
arch/x86/Makefile | 3 ---
1 file changed, 3 deletions(-)

diff --git a/arch/x86/Makefile b/arch/x86/Makefile
index bf240b9..a3f66d6 100644
--- a/arch/x86/Makefile
+++ b/arch/x86/Makefile
@@ -215,9 +215,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

--
2.1.0