diff options
author | wdenk <wdenk> | 2003-10-08 22:45:44 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-10-08 22:45:44 +0000 |
commit | 54387ac931fa7cc92cd45c53798379af1f9adc44 (patch) | |
tree | 95fe2f39a2a798e880b5bebc96a71576d9c9cd43 /Makefile | |
parent | fc3e2165efda62670d447617a7d44c5666178ea4 (diff) |
* 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-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |