mirror of
https://github.com/torvalds/linux.git
synced 2024-11-06 03:51:48 +00:00
392a325c43
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>
5 lines
73 B
Makefile
5 lines
73 B
Makefile
#
|
|
# OLPC XO platform-specific drivers
|
|
#
|
|
obj-$(CONFIG_OLPC) += olpc-ec.o
|