Skip to content
Snippets Groups Projects
Commit 3b3da9d2 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

x86: Move scx200 to platform

parent c4e72ad6
No related branches found
No related tags found
No related merge requests found
...@@ -101,9 +101,6 @@ obj-$(CONFIG_PARAVIRT_CLOCK) += pvclock.o ...@@ -101,9 +101,6 @@ obj-$(CONFIG_PARAVIRT_CLOCK) += pvclock.o
obj-$(CONFIG_PCSPKR_PLATFORM) += pcspeaker.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) += olpc.o
obj-$(CONFIG_OLPC_XO1) += olpc-xo1.o obj-$(CONFIG_OLPC_XO1) += olpc-xo1.o
obj-$(CONFIG_OLPC_OPENFIRMWARE) += olpc_ofw.o obj-$(CONFIG_OLPC_OPENFIRMWARE) += olpc_ofw.o
......
# Platform specific code goes here # Platform specific code goes here
obj-y += efi/ obj-y += efi/
obj-y += scx200/
obj-y += sfi/ obj-y += sfi/
obj-y += visws/ obj-y += visws/
obj-$(CONFIG_SCx200) += scx200.o
scx200-y += scx200_32.o
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment