diff options
author | David Anders <x0132446@ti.com> | 2010-08-02 06:18:05 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-08-02 06:18:05 -0400 |
commit | b075f58b2c0f377b4bfbe11b817e003393bcb489 (patch) | |
tree | 06bd252e683a8eaf9ff772de131064be807a4767 /arch/arm/mach-omap2/Makefile | |
parent | 509b6d9314eaf227db63a6336d3682f00578c550 (diff) |
omap4: Add OMAP4 Panda Support
Add initial support for the OMAP4 based Panda Board.
Signed-off-by: David Anders <x0132446@ti.com>
[tony@atomide.com: selected board by default in Kconfig]
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 490fdf8d1875..0efcc94fad2f 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile | |||
@@ -145,6 +145,8 @@ obj-$(CONFIG_MACH_OMAP3_TOUCHBOOK) += board-omap3touchbook.o \ | |||
145 | hsmmc.o | 145 | hsmmc.o |
146 | obj-$(CONFIG_MACH_OMAP_4430SDP) += board-4430sdp.o \ | 146 | obj-$(CONFIG_MACH_OMAP_4430SDP) += board-4430sdp.o \ |
147 | hsmmc.o | 147 | hsmmc.o |
148 | obj-$(CONFIG_MACH_OMAP4_PANDA) += board-omap4panda.o \ | ||
149 | hsmmc.o | ||
148 | 150 | ||
149 | obj-$(CONFIG_MACH_OMAP3517EVM) += board-am3517evm.o | 151 | obj-$(CONFIG_MACH_OMAP3517EVM) += board-am3517evm.o |
150 | 152 | ||