Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8654b1c2 authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Ingo Molnar
Browse files

x86: Move olpc to platform



Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Cc: Andres Salomon <dilinger@queued.net>
parent 329b84e4
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
# Platform specific code goes here
obj-y	+= efi/
obj-y	+= mrst/
obj-y	+= olpc/
obj-y	+= scx200/
obj-y	+= sfi/
obj-y	+= visws/
+3 −0
Original line number Diff line number Diff line
obj-$(CONFIG_OLPC)		+= olpc.o
obj-$(CONFIG_OLPC_XO1)		+= olpc-xo1.o
obj-$(CONFIG_OLPC_OPENFIRMWARE)	+= olpc_ofw.o
+0 −0

File moved.

Loading