diff options
author | David Anders <x0132446@ti.com> | 2010-08-02 10:18:05 (GMT) |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-08-02 10:18:05 (GMT) |
commit | b075f58b2c0f377b4bfbe11b817e003393bcb489 (patch) | |
tree | 06bd252e683a8eaf9ff772de131064be807a4767 /arch/arm/mach-omap2/Makefile | |
parent | 509b6d9314eaf227db63a6336d3682f00578c550 (diff) | |
download | linux-b075f58b2c0f377b4bfbe11b817e003393bcb489.tar.xz |
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 490fdf8..0efcc94 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 \ hsmmc.o obj-$(CONFIG_MACH_OMAP_4430SDP) += board-4430sdp.o \ hsmmc.o +obj-$(CONFIG_MACH_OMAP4_PANDA) += board-omap4panda.o \ + hsmmc.o obj-$(CONFIG_MACH_OMAP3517EVM) += board-am3517evm.o |