summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMinkyu Kang <mk7.kang@samsung.com>2010-06-15 13:27:03 +0900
committerMinkyu Kang <mk7.kang@samsung.com>2010-06-15 13:27:03 +0900
commit25ae8aeb54a6ca89ba1fd11c00865b8fed9348b4 (patch)
treeddc30b5a130d8a230a8264c05dfa7faeba84471a /Makefile
parenta56915d7c679799e75317f7cb1eb24003b075438 (diff)
parent376e7fadbad3285231e390c6534feb5af86d594b (diff)
downloadu-boot-imx-25ae8aeb54a6ca89ba1fd11c00865b8fed9348b4.zip
u-boot-imx-25ae8aeb54a6ca89ba1fd11c00865b8fed9348b4.tar.gz
u-boot-imx-25ae8aeb54a6ca89ba1fd11c00865b8fed9348b4.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9174b24..36aac29 100644
--- a/Makefile
+++ b/Makefile
@@ -2873,6 +2873,10 @@ otc570_config : unconfig
pm9263_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm926ejs pm9263 ronetix at91
+pm9g45_config : unconfig
+ @mkdir -p $(obj)include
+ @$(MKCONFIG) -a pm9g45 arm arm926ejs pm9g45 ronetix at91
+
SBC35_A9G20_NANDFLASH_config \
SBC35_A9G20_EEPROM_config \
SBC35_A9G20_config : unconfig
@@ -3155,6 +3159,9 @@ SMN42_config : unconfig
## ARM CORTEX Systems
#########################################################################
+am3517_evm_config : unconfig
+ @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 am3517evm logicpd omap3
+
devkit8000_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm_cortexa8 devkit8000 timll omap3
@@ -3327,6 +3334,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
#========================================================================