aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-06-09 14:47:54 +0000
committerwdenk <wdenk>2004-06-09 14:47:54 +0000
commitc3c7f861aef5abb5173f16af66c3941149954553 (patch)
tree7063ffd701c0ca6ab9ed60cf8587da866a49b6c2 /Makefile
parentf39748ae8edb03017647b0d731cdd06e7bdcde13 (diff)
Patch by Yuli Barcohen, 20 May 2004:
Add support for Interphase iSPAN boards.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 71edd194d..ee667879f 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \