]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
x86: Move scx200 to platform
authorThomas Gleixner <tglx@linutronix.de>
Sat, 16 Oct 2010 08:35:51 +0000 (10:35 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 27 Oct 2010 12:30:01 +0000 (14:30 +0200)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/Makefile
arch/x86/platform/Makefile
arch/x86/platform/scx200/Makefile [new file with mode: 0644]
arch/x86/platform/scx200/scx200_32.c [moved from arch/x86/kernel/scx200_32.c with 100% similarity]

index 28c4f3f2e97dc564e2d7cf63289b09547ded0d95..f57eeea4bc161f1410ffbc36f9a3b3624cd0f9a8 100644 (file)
@@ -101,9 +101,6 @@ obj-$(CONFIG_PARAVIRT_CLOCK)        += pvclock.o
 
 obj-$(CONFIG_PCSPKR_PLATFORM)  += pcspeaker.o
 
-obj-$(CONFIG_SCx200)           += scx200.o
-scx200-y                       += scx200_32.o
-
 obj-$(CONFIG_OLPC)             += olpc.o
 obj-$(CONFIG_OLPC_XO1)         += olpc-xo1.o
 obj-$(CONFIG_OLPC_OPENFIRMWARE)        += olpc_ofw.o
index e629d7a428cb4769b6ee0b6b36c68fbfecb10667..1191989e9f00e8ccc56e6a74f90e393a5131d50a 100644 (file)
@@ -1,4 +1,5 @@
 # Platform specific code goes here
 obj-y  += efi/
+obj-y  += scx200/
 obj-y  += sfi/
 obj-y  += visws/
diff --git a/arch/x86/platform/scx200/Makefile b/arch/x86/platform/scx200/Makefile
new file mode 100644 (file)
index 0000000..762b4c7
--- /dev/null
@@ -0,0 +1,2 @@
+obj-$(CONFIG_SCx200)           += scx200.o
+scx200-y                       += scx200_32.o