summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Schwingen <michael@schwingen.org>2008-01-18 00:04:28 +0100
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-01-18 01:05:22 +0100
commit799891ef7b1b3432032ec23466df6b665a797fa4 (patch)
treedb646aba1e57dd49ece1cc1ac2d3db3940aaf78b /Makefile
parent66a4344a4d910a11125df7768899ad529719855e (diff)
downloadblackbird-obmc-uboot-799891ef7b1b3432032ec23466df6b665a797fa4.tar.gz
blackbird-obmc-uboot-799891ef7b1b3432032ec23466df6b665a797fa4.zip
Add AcTux board support
Hi, The patch adds 4 boards, called AcTux-1 .. AcTux-4. This patch contains the files that contain changes for multiple boards, the board-specific files follow as separate patches. Signed-off-by: Michael Schwingen <michael@schwingen.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 78546cf617..a241b7946f 100644
--- a/Makefile
+++ b/Makefile
@@ -2441,6 +2441,18 @@ SMN42_config : unconfig
## XScale Systems
#########################################################################
+actux1_config : unconfig
+ @$(MKCONFIG) $(@:_config=) arm ixp actux1
+
+actux2_config : unconfig
+ @$(MKCONFIG) $(@:_config=) arm ixp actux2
+
+actux3_config : unconfig
+ @$(MKCONFIG) $(@:_config=) arm ixp actux3
+
+actux4_config : unconfig
+ @$(MKCONFIG) $(@:_config=) arm ixp actux4
+
adsvix_config : unconfig
@$(MKCONFIG) $(@:_config=) arm pxa adsvix
OpenPOWER on IntegriCloud