summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStelian Pop <stelian@popies.net>2008-01-20 19:49:21 +0000
committerPeter Pearse <peter.pearse@arm.com>2008-02-14 09:37:57 +0000
commit20b197c6f2799af399a68f96a1aff543a75621b8 (patch)
tree39ed3fdce9d2e77c7c3bb4804306dd44e45c1a3a /Makefile
parentd49fe4bed5b69ec910909d1bd62da23ecd8801fd (diff)
downloadblackbird-obmc-uboot-20b197c6f2799af399a68f96a1aff543a75621b8.tar.gz
blackbird-obmc-uboot-20b197c6f2799af399a68f96a1aff543a75621b8.zip
AT91CAP9 support : build integration
Signed-off-by: Stelian Pop <stelian@popies.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3b339ad17e..b75624a42a 100644
--- a/Makefile
+++ b/Makefile
@@ -2296,6 +2296,9 @@ xtract_omap1610xxx = $(subst _cs0boot,,$(subst _cs3boot,,$(subst _cs_autoboot,,$
xtract_omap730p2 = $(subst _cs0boot,,$(subst _cs3boot,, $(subst _config,,$1)))
+at91cap9adk_config : unconfig
+ @$(MKCONFIG) $(@:_config=) arm arm926ejs at91cap9adk NULL at91cap9
+
at91rm9200dk_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm920t at91rm9200dk NULL at91rm9200
OpenPOWER on IntegriCloud