diff options
author | Hemant Pedanekar <hemantp@ti.com> | 2011-02-15 20:36:08 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2011-02-16 19:31:52 +0300 |
commit | 2c87fb2e644d9141c8723a44a320bb5850790b67 (patch) | |
tree | 249af130ca67ba66548ed943304966025f399a05 /arch/arm/mach-omap2/Makefile | |
parent | 01001712c96f82e6317b1e09729d8fc4bcc66957 (diff) | |
download | linux-2c87fb2e644d9141c8723a44a320bb5850790b67.tar.xz |
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/Makefile | 1 |
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 obj-$(CONFIG_MACH_SBC3530) += board-omap3stalker.o \ hsmmc.o +obj-$(CONFIG_MACH_TI8168EVM) += board-ti8168evm.o # Platform specific device init code usbfs-$(CONFIG_ARCH_OMAP_OTG) := usb-fs.o obj-y += $(usbfs-m) $(usbfs-y) |