summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-06-20 22:36:30 +0000
committerwdenk <wdenk>2003-06-20 22:36:30 +0000
commit0332990b8508cea232b2f2ae47283cf395c7ee62 (patch)
tree93e70cf9c11c0cffdb425d13cd30fae45a954eea /Makefile
parent0b97ab144f3ec4e3ae13e8c13e7296b2f89481a8 (diff)
downloadblackbird-obmc-uboot-0332990b8508cea232b2f2ae47283cf395c7ee62.tar.gz
blackbird-obmc-uboot-0332990b8508cea232b2f2ae47283cf395c7ee62.zip
* Patch by Devin Crumb, 02 Apr 2003:
Fix clock divider rounding problem in drivers/serial.c * Patch by Ken Chou, 19 June 2003: Added support for A3000 SBC board (Artis Microsystems Inc.)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b368d01ad8..d9cc616d66 100644
--- a/Makefile
+++ b/Makefile
@@ -490,6 +490,9 @@ WALNUT405_config:unconfig
#########################################################################
xtract_82xx = $(subst _ROMBOOT,,$(subst _L2,,$(subst _266MHz,,$(subst _300MHz,,$(subst _config,,$1)))))
+A3000_config: unconfig
+ @./mkconfig $(@:_config=) ppc mpc824x a3000
+
BMW_config: unconfig
@./mkconfig $(@:_config=) ppc mpc824x bmw
OpenPOWER on IntegriCloud