diff options
author | Wolfgang Denk <wd@denx.de> | 2008-01-23 14:40:34 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-01-23 14:40:34 +0100 |
commit | 060193e4c373e08fa7fecacbd678c4e1e90e50c7 (patch) | |
tree | 27ac365ab636c36e897b652c13572d701764534d /Makefile | |
parent | f10d7b94548a788a40b08a50dcdc3209427fec38 (diff) | |
parent | 40dcd6aa75ef95b490f342695f970910b82e392e (diff) | |
download | u-boot-imx-060193e4c373e08fa7fecacbd678c4e1e90e50c7.zip u-boot-imx-060193e4c373e08fa7fecacbd678c4e1e90e50c7.tar.gz u-boot-imx-060193e4c373e08fa7fecacbd678c4e1e90e50c7.tar.bz2 |
Merge ../custodians
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 |