* 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
diff --git a/Makefile b/Makefile
index ab1a3cc..011c0d7 100644
--- a/Makefile
+++ b/Makefile
@@ -276,15 +276,12 @@
 
 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 \