i386: prepare shared kernel/scx200.c
authorThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:12:50 +0000 (11:12 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:12:50 +0000 (11:12 +0200)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/i386/kernel/Makefile
arch/i386/kernel/scx200_32.c [moved from arch/i386/kernel/scx200.c with 100% similarity]

index 31c4541..0d329e1 100644 (file)
@@ -45,7 +45,7 @@ obj-$(CONFIG_VMI)             += vmi_32.o vmiclock_32.o
 obj-$(CONFIG_PARAVIRT)         += paravirt_32.o
 obj-y                          += pcspeaker.o
 
-obj-$(CONFIG_SCx200)           += scx200.o
+obj-$(CONFIG_SCx200)           += scx200_32.o
 
 # vsyscall_32.o contains the vsyscall DSO images as __initdata.
 # We must build both images before we can assemble it.