summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-03-21 13:39:57 +0100
committerStefan Roese <sr@denx.de>2007-03-21 13:39:57 +0100
commit16c0cc1c82081a493ab87c51980b28336ce1bce8 (patch)
treea5b30fe483fb49f1a25883f25f8fbe06a5724125 /Makefile
parente01bd218b00af73499331a1a701625a852cd286f (diff)
downloadblackbird-obmc-uboot-16c0cc1c82081a493ab87c51980b28336ce1bce8.tar.gz
blackbird-obmc-uboot-16c0cc1c82081a493ab87c51980b28336ce1bce8.zip
[PATCH] Add AMCC Acadia (405EZ) eval board support
This patch adds support for the new AMCC Acadia eval board. Please note that this Acadia/405EZ support is still in a beta stage. Still lot's of cleanup needed but we need a preliminary release now. Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 358d1817c9..65e7f5b1d0 100644
--- a/Makefile
+++ b/Makefile
@@ -994,6 +994,9 @@ wtk_config: unconfig
#########################################################################
xtract_4xx = $(subst _25,,$(subst _33,,$(subst _BA,,$(subst _ME,,$(subst _HI,,$(subst _config,,$1))))))
+acadia_config: unconfig
+ @$(MKCONFIG) $(@:_config=) ppc ppc4xx acadia amcc
+
ADCIOP_config: unconfig
@$(MKCONFIG) $(@:_config=) ppc ppc4xx adciop esd
OpenPOWER on IntegriCloud