diff options
author | Wolfgang Denk | 2008-01-23 14:39:26 +0100 |
---|---|---|
committer | Wolfgang Denk | 2008-01-23 14:39:26 +0100 |
commit | 40dcd6aa75ef95b490f342695f970910b82e392e (patch) | |
tree | c262385e57aa5ae54f4fc41023c5d22c2571e64f /Makefile | |
parent | f58934551e052db5a1f33f53dcc9cbf6fcb72910 (diff) | |
parent | 799891ef7b1b3432032ec23466df6b665a797fa4 (diff) |
Merge branch 'master' of git://www.denx.de/git/u-boot-ixp
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -2530,6 +2530,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 |