瀏覽代碼

x86: Move scx200 to platform

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Thomas Gleixner 14 年之前
父節點
當前提交
3b3da9d25a
共有 4 個文件被更改,包括 3 次插入3 次删除
  1. 0 3
      arch/x86/kernel/Makefile
  2. 1 0
      arch/x86/platform/Makefile
  3. 2 0
      arch/x86/platform/scx200/Makefile
  4. 0 0
      arch/x86/platform/scx200/scx200_32.c

+ 0 - 3
arch/x86/kernel/Makefile

@@ -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

+ 1 - 0
arch/x86/platform/Makefile

@@ -1,4 +1,5 @@
 # Platform specific code goes here
 obj-y	+= efi/
+obj-y	+= scx200/
 obj-y	+= sfi/
 obj-y	+= visws/

+ 2 - 0
arch/x86/platform/scx200/Makefile

@@ -0,0 +1,2 @@
+obj-$(CONFIG_SCx200)		+= scx200.o
+scx200-y			+= scx200_32.o

+ 0 - 0
arch/x86/kernel/scx200_32.c → arch/x86/platform/scx200/scx200_32.c