diff options
author | Ranjith Lohithakshan <ranjithl@ti.com> | 2009-11-19 05:41:09 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-11-26 01:21:01 +0300 |
commit | c625327e2f5a506a89563e14ed837c82fa61548f (patch) | |
tree | 730f1cb380e4e70df90ccaa510eb469010898edc /arch/arm/mach-omap2/Makefile | |
parent | 62002e8f82c00a4efdbdc69ebfc540fddf28aae0 (diff) | |
download | linux-c625327e2f5a506a89563e14ed837c82fa61548f.tar.xz |
AM35xx: Add support for AM3517 EVM board
This patch creates a minimal AM3517 EVM board support.
Signed-off-by: Ranjith Lohithakshan <ranjithl@ti.com>
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 3e1b45fe59a1..59b0ccce3099 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -93,6 +93,8 @@ obj-$(CONFIG_MACH_IGEP0020) += board-igep0020.o \ obj-$(CONFIG_MACH_OMAP_4430SDP) += board-4430sdp.o +obj-$(CONFIG_MACH_OMAP3517EVM) += board-am3517evm.o + # Platform specific device init code obj-y += usb-musb.o obj-$(CONFIG_MACH_OMAP2_TUSB6010) += usb-tusb6010.o |