From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752460AbdHJOT6 (ORCPT ); Thu, 10 Aug 2017 10:19:58 -0400 Received: from terminus.zytor.com ([65.50.211.136]:36913 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751914AbdHJOT5 (ORCPT ); Thu, 10 Aug 2017 10:19:57 -0400 Date: Thu, 10 Aug 2017 07:16:14 -0700 From: tip-bot for Cao jin Message-ID: Cc: tglx@linutronix.de, torvalds@linux-foundation.org, hpa@zytor.com, caoj.fnst@cn.fujitsu.com, mingo@kernel.org, linux-kernel@vger.kernel.org, peterz@infradead.org Reply-To: torvalds@linux-foundation.org, hpa@zytor.com, tglx@linutronix.de, peterz@infradead.org, linux-kernel@vger.kernel.org, caoj.fnst@cn.fujitsu.com, mingo@kernel.org In-Reply-To: <1502105384-23214-1-git-send-email-caoj.fnst@cn.fujitsu.com> References: <1502105384-23214-1-git-send-email-caoj.fnst@cn.fujitsu.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:x86/build] x86/build: Drop unused mflags-y Git-Commit-ID: e20f7e5e7243008d507c3d2d2e02cd40eb94a8c0 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: e20f7e5e7243008d507c3d2d2e02cd40eb94a8c0 Gitweb: http://git.kernel.org/tip/e20f7e5e7243008d507c3d2d2e02cd40eb94a8c0 Author: Cao jin AuthorDate: Mon, 7 Aug 2017 19:29:44 +0800 Committer: Ingo Molnar CommitDate: Thu, 10 Aug 2017 14:20:15 +0200 x86/build: Drop unused mflags-y Subarchitecture support (mflags-y) was removed from x86 in this commit: 6bda2c8b32fe ("x86: remove subarchitecture support") So drop the mflags-y usage from the Makefile. Signed-off-by: Cao jin Cc: Linus Torvalds Cc: Peter Zijlstra Cc: Thomas Gleixner Link: http://lkml.kernel.org/r/1502105384-23214-1-git-send-email-caoj.fnst@cn.fujitsu.com Signed-off-by: Ingo Molnar --- arch/x86/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/x86/Makefile b/arch/x86/Makefile index 1e902f9..70b3aa9 100644 --- a/arch/x86/Makefile +++ b/arch/x86/Makefile @@ -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