summaryrefslogtreecommitdiffstats
path: root/drivers/platform/Makefile
diff options
context:
space:
mode:
authorAndres Salomon2012-07-11 04:31:51 +0200
committerAndres Salomon2012-08-01 05:27:29 +0200
commit392a325c4351339cfbf182bb5a1444df1cf65dbb (patch)
tree90fc86d937d133f965e4f2129dede4ad6558f114 /drivers/platform/Makefile
parentMerge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linux (diff)
downloadkernel-qcow2-linux-392a325c4351339cfbf182bb5a1444df1cf65dbb.tar.gz
kernel-qcow2-linux-392a325c4351339cfbf182bb5a1444df1cf65dbb.tar.xz
kernel-qcow2-linux-392a325c4351339cfbf182bb5a1444df1cf65dbb.zip
Platform: OLPC: add a stub to drivers/platform/ for the OLPC EC driver
The OLPC EC driver has outgrown arch/x86/platform/. It's time to both share common code amongst different architectures, as well as move it out of arch/x86/. The XO-1.75 is ARM-based, and the EC driver shares a lot of code with the x86 code. Signed-off-by: Andres Salomon <dilinger@queued.net> Acked-by: Paul Fox <pgf@laptop.org> Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'drivers/platform/Makefile')
-rw-r--r--drivers/platform/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/Makefile b/drivers/platform/Makefile
index 782953ae4c03..b17c16ce54ad 100644
--- a/drivers/platform/Makefile
+++ b/drivers/platform/Makefile
@@ -3,3 +3,4 @@
#
obj-$(CONFIG_X86) += x86/
+obj-$(CONFIG_OLPC) += olpc/