Skip to content

Commit

Permalink
x86: Move olpc to platform
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Andres Salomon <dilinger@queued.net>
  • Loading branch information
Thomas Gleixner authored and Ingo Molnar committed Oct 27, 2010
1 parent 329b84e commit 8654b1c
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/x86/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,6 @@ obj-$(CONFIG_PARAVIRT_CLOCK) += pvclock.o

obj-$(CONFIG_PCSPKR_PLATFORM) += pcspeaker.o

obj-$(CONFIG_OLPC) += olpc.o
obj-$(CONFIG_OLPC_XO1) += olpc-xo1.o
obj-$(CONFIG_OLPC_OPENFIRMWARE) += olpc_ofw.o

microcode-y := microcode_core.o
microcode-$(CONFIG_MICROCODE_INTEL) += microcode_intel.o
microcode-$(CONFIG_MICROCODE_AMD) += microcode_amd.o
Expand Down
1 change: 1 addition & 0 deletions arch/x86/platform/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Platform specific code goes here
obj-y += efi/
obj-y += mrst/
obj-y += olpc/
obj-y += scx200/
obj-y += sfi/
obj-y += visws/
Expand Down
3 changes: 3 additions & 0 deletions arch/x86/platform/olpc/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
obj-$(CONFIG_OLPC) += olpc.o
obj-$(CONFIG_OLPC_XO1) += olpc-xo1.o
obj-$(CONFIG_OLPC_OPENFIRMWARE) += olpc_ofw.o
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8654b1c

Please sign in to comment.