summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCyril Chemparathy <[email protected]>2010-06-07 14:13:36 -0400
committerTom <[email protected]>2010-06-08 10:07:17 -0500
commit5cc48f7e55df0d74a12d338de2117f05951fc536 (patch)
tree41cf239956890670655163a8bf74b9ddc58fcbbb /Makefile
parent3712367c4830e87b4e7af5b480e82d316bab1251 (diff)
TI: TNETV107X EVM initial support
TNETV107X is a Texas Instruments SoC based on an ARM1176 core, and with a bunch on on-chip integrated peripherals. This patch adds support for the TNETV107X EVM board. Signed-off-by: Cyril Chemparathy <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cbe7a793576..69035a0863a 100644
--- a/Makefile
+++ b/Makefile
@@ -3328,6 +3328,9 @@ smdk6400_config : unconfig
fi
@echo "CONFIG_NAND_U_BOOT = y" >> $(obj)include/config.mk
+tnetv107x_evm_config: unconfig
+ @$(MKCONFIG) $(@:_config=) arm arm1176 tnetv107xevm ti tnetv107x
+
#========================================================================
# i386
#========================================================================