[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1425439896-8322-6-git-send-email-brgerst@gmail.com>
Date: Tue, 3 Mar 2015 22:31:36 -0500
From: Brian Gerst <brgerst@...il.com>
To: x86@...nel.org
Cc: linux-kernel@...r.kernel.org, mingo@...nel.org, hpa@...or.com
Subject: [PATCH 5/5] x86: Clean up ia32/Makefile
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 <brgerst@...il.com>
---
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists