diff options
author | Ranjith Lohithakshan <ranjithl@ti.com> | 2009-11-18 21:41:09 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-11-25 17:21:01 -0500 |
commit | c625327e2f5a506a89563e14ed837c82fa61548f (patch) | |
tree | 730f1cb380e4e70df90ccaa510eb469010898edc /arch/arm/mach-omap2/Makefile | |
parent | 62002e8f82c00a4efdbdc69ebfc540fddf28aae0 (diff) |
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 \ | |||
93 | 93 | ||
94 | obj-$(CONFIG_MACH_OMAP_4430SDP) += board-4430sdp.o | 94 | obj-$(CONFIG_MACH_OMAP_4430SDP) += board-4430sdp.o |
95 | 95 | ||
96 | obj-$(CONFIG_MACH_OMAP3517EVM) += board-am3517evm.o | ||
97 | |||
96 | # Platform specific device init code | 98 | # Platform specific device init code |
97 | obj-y += usb-musb.o | 99 | obj-y += usb-musb.o |
98 | obj-$(CONFIG_MACH_OMAP2_TUSB6010) += usb-tusb6010.o | 100 | obj-$(CONFIG_MACH_OMAP2_TUSB6010) += usb-tusb6010.o |