1
0
Fork 0

x86: Move scx200 to platform

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
hifive-unleashed-5.1
Thomas Gleixner 2010-10-16 10:35:51 +02:00
parent c4e72ad6bb
commit 3b3da9d25a
4 changed files with 3 additions and 3 deletions

View 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

View File

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

View File

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