aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/Makefile
diff options
context:
space:
mode:
authorHemant Pedanekar <hemantp@ti.com>2011-02-15 12:36:08 -0500
committerTony Lindgren <tony@atomide.com>2011-02-16 11:31:52 -0500
commit2c87fb2e644d9141c8723a44a320bb5850790b67 (patch)
tree249af130ca67ba66548ed943304966025f399a05 /arch/arm/mach-omap2/Makefile
parent01001712c96f82e6317b1e09729d8fc4bcc66957 (diff)
TI816X: Create board support and enable build for TI816X EVM
This patch adds minimal support and build configuration for TI816X EVM. Signed-off-by: Hemant Pedanekar <hemantp@ti.com> Reviewed-by: Kevin Hilman <khilman@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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile
index 1c0c2b02d870..b577e001d209 100644
--- a/arch/arm/mach-omap2/Makefile
+++ b/arch/arm/mach-omap2/Makefile
@@ -224,6 +224,7 @@ obj-$(CONFIG_MACH_CRANEBOARD) += board-am3517crane.o
224 224
225obj-$(CONFIG_MACH_SBC3530) += board-omap3stalker.o \ 225obj-$(CONFIG_MACH_SBC3530) += board-omap3stalker.o \
226 hsmmc.o 226 hsmmc.o
227obj-$(CONFIG_MACH_TI8168EVM) += board-ti8168evm.o
227# Platform specific device init code 228# Platform specific device init code
228usbfs-$(CONFIG_ARCH_OMAP_OTG) := usb-fs.o 229usbfs-$(CONFIG_ARCH_OMAP_OTG) := usb-fs.o
229obj-y += $(usbfs-m) $(usbfs-y) 230obj-y += $(usbfs-m) $(usbfs-y)