diff options
Diffstat (limited to 'kernel/arch/x86/platform/olpc/Makefile')
-rw-r--r-- | kernel/arch/x86/platform/olpc/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kernel/arch/x86/platform/olpc/Makefile b/kernel/arch/x86/platform/olpc/Makefile new file mode 100644 index 000000000..fd332c533 --- /dev/null +++ b/kernel/arch/x86/platform/olpc/Makefile @@ -0,0 +1,5 @@ +obj-$(CONFIG_OLPC) += olpc.o olpc_ofw.o olpc_dt.o +obj-$(CONFIG_OLPC_XO1_PM) += olpc-xo1-pm.o xo1-wakeup.o +obj-$(CONFIG_OLPC_XO1_RTC) += olpc-xo1-rtc.o +obj-$(CONFIG_OLPC_XO1_SCI) += olpc-xo1-sci.o +obj-$(CONFIG_OLPC_XO15_SCI) += olpc-xo15-sci.o |