diff options
author | Stefan Roese <sr@denx.de> | 2007-03-21 14:38:25 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-03-21 14:38:25 +0100 |
commit | fc1e45ce6e45d5d88a42f4245b2d7ee134270029 (patch) | |
tree | 830b3d19394f8af0d796a0d60dc07a03b6012f85 /Makefile | |
parent | 8423e5e31a7235d05a482627315fb11d49c17bd7 (diff) | |
parent | 16c0cc1c82081a493ab87c51980b28336ce1bce8 (diff) |
Merge with /home/stefan/git/u-boot/acadia
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -998,6 +998,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 |