summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-07-09 22:51:01 +0000
committerwdenk <wdenk>2004-07-09 22:51:01 +0000
commit262381329b87511ed862cde139a3a1ff49e9d7eb (patch)
tree151ad67387361c92cf4fd64c6b4779d7c00d43a7 /Makefile
parentede130229ca069afbb38ce396a912c2b2f1d8263 (diff)
downloadbarebox-262381329b87511ed862cde139a3a1ff49e9d7eb.tar.gz
barebox-262381329b87511ed862cde139a3a1ff49e9d7eb.tar.xz
* Patch by Yuli Barcohen, 16 Jun 2004:
Remove obsolete AdderII port which was superseded by unified AdderII/Adder87x port * Patch by Ladislav Michl, 16 Jun 2004: Fix gcc-3.3.3 warnings for smc91111.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index ab1a3cced6..011c0d7cc9 100644
--- a/Makefile
+++ b/Makefile
@@ -276,15 +276,12 @@ PM520_ROMBOOT_DDR_config: unconfig
Adder_config \
Adder87x_config \
-Adder852_config \
+AdderII_config \
: unconfig
- $(if $(findstring 852,$@), \
+ $(if $(findstring AdderII,$@), \
@echo "#define CONFIG_MPC852T" > include/config.h)
@./mkconfig -a Adder ppc mpc8xx adder
-AdderII_config: unconfig
- @./mkconfig $(@:_config=) ppc mpc8xx adderII
-
ADS860_config \
FADS823_config \
FADS850SAR_config \