diff options
author | Andres Salomon <dilinger@queued.net> | 2012-07-11 04:31:51 +0200 |
---|---|---|
committer | Andres Salomon <dilinger@queued.net> | 2012-08-01 05:27:29 +0200 |
commit | 392a325c4351339cfbf182bb5a1444df1cf65dbb (patch) | |
tree | 90fc86d937d133f965e4f2129dede4ad6558f114 /drivers/platform/Makefile | |
parent | Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linux (diff) | |
download | linux-392a325c4351339cfbf182bb5a1444df1cf65dbb.tar.xz 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/Makefile | 1 |
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/ |