aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/Makefile
diff options
context:
space:
mode:
authorIgor Grinberg <grinberg@compulab.co.il>2010-09-21 12:03:09 -0400
committerTony Lindgren <tony@atomide.com>2010-09-27 18:14:26 -0400
commitd04b620e6e6e72a95b7b88ccb7b002cb8f6b8113 (patch)
tree8bb81d66d0b31442cc4defcb302028d04b554403 /arch/arm/mach-omap2/Makefile
parent91f6c90c8df1818a66d177e105d602c3da820919 (diff)
omap3: Introduce CompuLab CM-T3517 module
Add basic suppot, enable uart and led. Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r--arch/arm/mach-omap2/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile
index e599ae2a5de4..9d1a36032fb3 100644
--- a/arch/arm/mach-omap2/Makefile
+++ b/arch/arm/mach-omap2/Makefile
@@ -151,6 +151,7 @@ obj-$(CONFIG_MACH_OMAP_3630SDP) += board-3630sdp.o \
151 hsmmc.o 151 hsmmc.o
152obj-$(CONFIG_MACH_CM_T35) += board-cm-t35.o \ 152obj-$(CONFIG_MACH_CM_T35) += board-cm-t35.o \
153 hsmmc.o 153 hsmmc.o
154obj-$(CONFIG_MACH_CM_T3517) += board-cm-t3517.o
154obj-$(CONFIG_MACH_IGEP0020) += board-igep0020.o \ 155obj-$(CONFIG_MACH_IGEP0020) += board-igep0020.o \
155 hsmmc.o 156 hsmmc.o
156obj-$(CONFIG_MACH_OMAP3_TOUCHBOOK) += board-omap3touchbook.o \ 157obj-$(CONFIG_MACH_OMAP3_TOUCHBOOK) += board-omap3touchbook.o \