aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/Makefile
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2010-10-23 05:28:42 -0400
committerIngo Molnar <mingo@elte.hu>2010-10-27 11:22:16 -0400
commit8654b1c2de1465120974899fc1c8aa00e91d4b7e (patch)
tree2bfe8cd3cb0caadf8be0bdf6574690e476173f75 /arch/x86/platform/Makefile
parent329b84e42e3ee348b114fd0bfe4b2421e6139257 (diff)
x86: Move olpc to platform
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Andres Salomon <dilinger@queued.net>
Diffstat (limited to 'arch/x86/platform/Makefile')
-rw-r--r--arch/x86/platform/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/platform/Makefile b/arch/x86/platform/Makefile
index 8519b01f1acb..7bf70b812fa2 100644
--- a/arch/x86/platform/Makefile
+++ b/arch/x86/platform/Makefile
@@ -1,6 +1,7 @@
1# Platform specific code goes here 1# Platform specific code goes here
2obj-y += efi/ 2obj-y += efi/
3obj-y += mrst/ 3obj-y += mrst/
4obj-y += olpc/
4obj-y += scx200/ 5obj-y += scx200/
5obj-y += sfi/ 6obj-y += sfi/
6obj-y += visws/ 7obj-y += visws/