aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mach-generic/Makefile
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-01-28 13:01:05 -0500
committerIngo Molnar <mingo@elte.hu>2009-01-29 08:16:46 -0500
commit61b90b7ca10cc65d8b850ab542859dc593e5a381 (patch)
tree0d6d56b2810fa42165b4a97155e770cf49ce119f /arch/x86/mach-generic/Makefile
parent2e096df8edefad78155bb406a5a86c182b17786e (diff)
x86, NUMAQ: Consolidate code
Move all NUMAQ code into arch/x86/kernel/numaq.c. With this it ceases to rely on any build-time subarch features. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/mach-generic/Makefile')
-rw-r--r--arch/x86/mach-generic/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/mach-generic/Makefile b/arch/x86/mach-generic/Makefile
index 05e47acfd666..4ede08d309e6 100644
--- a/arch/x86/mach-generic/Makefile
+++ b/arch/x86/mach-generic/Makefile
@@ -5,5 +5,4 @@
5EXTRA_CFLAGS := -Iarch/x86/kernel 5EXTRA_CFLAGS := -Iarch/x86/kernel
6 6
7obj-y := probe.o default.o 7obj-y := probe.o default.o
8obj-$(CONFIG_X86_NUMAQ) += numaq.o
9obj-$(CONFIG_X86_BIGSMP) += bigsmp.o 8obj-$(CONFIG_X86_BIGSMP) += bigsmp.o