mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 14:43:16 +00:00
x86: Move scx200 to platform
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
c4e72ad6bb
commit
3b3da9d25a
@ -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,4 +1,5 @@
|
||||
# Platform specific code goes here
|
||||
obj-y += efi/
|
||||
obj-y += scx200/
|
||||
obj-y += sfi/
|
||||
obj-y += visws/
|
||||
|
2
arch/x86/platform/scx200/Makefile
Normal file
2
arch/x86/platform/scx200/Makefile
Normal file
@ -0,0 +1,2 @@
|
||||
obj-$(CONFIG_SCx200) += scx200.o
|
||||
scx200-y += scx200_32.o
|
Loading…
x
Reference in New Issue
Block a user