From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758219AbbCDDcF (ORCPT ); Tue, 3 Mar 2015 22:32:05 -0500 Received: from mail-yh0-f41.google.com ([209.85.213.41]:39879 "EHLO mail-yh0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758099AbbCDDbv (ORCPT ); Tue, 3 Mar 2015 22:31:51 -0500 From: Brian Gerst To: x86@kernel.org Cc: linux-kernel@vger.kernel.org, mingo@kernel.org, hpa@zytor.com Subject: [PATCH 5/5] x86: Clean up ia32/Makefile Date: Tue, 3 Mar 2015 22:31:36 -0500 Message-Id: <1425439896-8322-6-git-send-email-brgerst@gmail.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1425439896-8322-1-git-send-email-brgerst@gmail.com> References: <1425439896-8322-1-git-send-email-brgerst@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The ia32/ subdirectory is only entered if CONFIG_IA32_EMULATION is set. There is no need to depend on it in ia32/Makefile. Signed-off-by: Brian Gerst --- arch/x86/ia32/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/ia32/Makefile b/arch/x86/ia32/Makefile index 88ac1dd..eef2a8d 100644 --- a/arch/x86/ia32/Makefile +++ b/arch/x86/ia32/Makefile @@ -2,6 +2,6 @@ # Makefile for the ia32 kernel emulation subsystem. # -obj-$(CONFIG_IA32_EMULATION) := ia32entry.o sys_ia32.o ia32_signal.o +obj-y := ia32entry.o sys_ia32.o ia32_signal.o obj-$(CONFIG_IA32_AOUT) += ia32_aout.o -- 2.1.0