aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/Makefile
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2010-10-23 11:28:42 +0200
committerIngo Molnar <mingo@elte.hu>2010-10-27 17:22:16 +0200
commit8654b1c2de1465120974899fc1c8aa00e91d4b7e (patch)
tree2bfe8cd3cb0caadf8be0bdf6574690e476173f75 /arch/x86/kernel/Makefile
parent329b84e42e3ee348b114fd0bfe4b2421e6139257 (diff)
downloadkernel_samsung_smdk4412-8654b1c2de1465120974899fc1c8aa00e91d4b7e.zip
kernel_samsung_smdk4412-8654b1c2de1465120974899fc1c8aa00e91d4b7e.tar.gz
kernel_samsung_smdk4412-8654b1c2de1465120974899fc1c8aa00e91d4b7e.tar.bz2
x86: Move olpc to platform
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Andres Salomon <dilinger@queued.net>
Diffstat (limited to 'arch/x86/kernel/Makefile')
-rw-r--r--arch/x86/kernel/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/kernel/Makefile b/arch/x86/kernel/Makefile
index 08e2e4b..9e13763 100644
--- a/arch/x86/kernel/Makefile
+++ b/arch/x86/kernel/Makefile
@@ -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