summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-10-08 22:45:44 +0000
committerwdenk <wdenk>2003-10-08 22:45:44 +0000
commit54387ac931fa7cc92cd45c53798379af1f9adc44 (patch)
tree95fe2f39a2a798e880b5bebc96a71576d9c9cd43 /Makefile
parentfc3e2165efda62670d447617a7d44c5666178ea4 (diff)
downloadblackbird-obmc-uboot-54387ac931fa7cc92cd45c53798379af1f9adc44.tar.gz
blackbird-obmc-uboot-54387ac931fa7cc92cd45c53798379af1f9adc44.zip
* Patch by Yuli Barcohen, 25 Sep 2003:
add support for Zephyr Engineering ZPC.1900 board * Patch by Anders Larsen, 23 Sep 2003: add CMD_PORTIO to CFG_CMD_NONSTD (commands in question are only implemented for the x86 architecture)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6d006bffaf..ededf8a273 100644
--- a/Makefile
+++ b/Makefile
@@ -642,6 +642,9 @@ utx8245_config: unconfig
## MPC8260 Systems
#########################################################################
+atc_config: unconfig
+ @./mkconfig $(@:_config=) ppc mpc8260 atc
+
cogent_mpc8260_config: unconfig
@./mkconfig $(@:_config=) ppc mpc8260 cogent
@@ -765,8 +768,8 @@ TQM8265_AA_config: unconfig
fi
@./mkconfig -a TQM8260 ppc mpc8260 tqm8260
-atc_config: unconfig
- @./mkconfig $(@:_config=) ppc mpc8260 atc
+ZPC1900_config: unconfig
+ @./mkconfig $(@:_config=) ppc mpc8260 zpc1900
#########################################################################
## 74xx/7xx Systems
OpenPOWER on IntegriCloud