diff options
author | wdenk <wdenk> | 2004-06-09 14:47:54 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-06-09 14:47:54 +0000 |
commit | c3c7f861aef5abb5173f16af66c3941149954553 (patch) | |
tree | 7063ffd701c0ca6ab9ed60cf8587da866a49b6c2 /Makefile | |
parent | f39748ae8edb03017647b0d731cdd06e7bdcde13 (diff) |
Patch by Yuli Barcohen, 20 May 2004:
Add support for Interphase iSPAN boards.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -789,6 +789,13 @@ hymod_config: unconfig IPHASE4539_config: unconfig @./mkconfig $(@:_config=) ppc mpc8260 iphase4539 +ISPAN_config \ +ISPAN_REVB_config: unconfig + @if [ "$(findstring _REVB_,$@)" ] ; then \ + echo "#define CFG_REV_B" > include/config.h ; \ + fi + @./mkconfig -a ISPAN ppc mpc8260 ispan + MPC8260ADS_config \ MPC8260ADS_33MHz_config \ MPC8260ADS_40MHz_config \ |