From c3c7f861aef5abb5173f16af66c3941149954553 Mon Sep 17 00:00:00 2001 From: wdenk Date: Wed, 9 Jun 2004 14:47:54 +0000 Subject: Patch by Yuli Barcohen, 20 May 2004: Add support for Interphase iSPAN boards. --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 71edd194d2..ee667879f1 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 \ -- cgit v1.2.1