aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/Makefile
diff options
context:
space:
mode:
authorEnric Balletbo i Serra <eballetbo@iseebcn.com>2009-11-18 21:41:07 -0500
committerTony Lindgren <tony@atomide.com>2009-11-25 17:21:00 -0500
commit58e111621d402d41cb0cabae7c532d6194b7d943 (patch)
treefa77dff9b0d82a96b62ea360e4fc7e4b7f5c1a10 /arch/arm/mach-omap2/Makefile
parent35ca0d1e4292d1bf4a0d50de4c71dbaf73db0a31 (diff)
omap3: Add minimal IGEP v2 support
The IGEP v2 board is a low-cost, fan-less and industrial temperature range single board computer that unleashes laptop-like performance and expandability without the bulk, expense, or noise of typical desktop machines. Its architecture shares much in common with other OMAP3 boards. Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r--arch/arm/mach-omap2/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile
index 1b37f2a1cc0c..c2f3de9a0a08 100644
--- a/arch/arm/mach-omap2/Makefile
+++ b/arch/arm/mach-omap2/Makefile
@@ -85,6 +85,8 @@ obj-$(CONFIG_MACH_OMAP_ZOOM3) += board-zoom3.o \
85 board-zoom-debugboard.o 85 board-zoom-debugboard.o
86obj-$(CONFIG_MACH_CM_T35) += board-cm-t35.o \ 86obj-$(CONFIG_MACH_CM_T35) += board-cm-t35.o \
87 mmc-twl4030.o 87 mmc-twl4030.o
88obj-$(CONFIG_MACH_IGEP0020) += board-igep0020.o \
89 mmc-twl4030.o
88 90
89obj-$(CONFIG_MACH_OMAP_4430SDP) += board-4430sdp.o 91obj-$(CONFIG_MACH_OMAP_4430SDP) += board-4430sdp.o
90 92