summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-10-28 09:14:21 +0000
committerwdenk <wdenk>2003-10-28 09:14:21 +0000
commita0f2fe524c63b3be90e18c89fc62673b1cf8fc6b (patch)
tree3ab48d098773e7d6a46af44a8066edb2fdc4a3cb /Makefile
parenta57a496f4d0582391671ebe29d23e92b6a266463 (diff)
downloadblackbird-obmc-uboot-a0f2fe524c63b3be90e18c89fc62673b1cf8fc6b.tar.gz
blackbird-obmc-uboot-a0f2fe524c63b3be90e18c89fc62673b1cf8fc6b.zip
* Patch by Stephan Linz, 28 Oct 2003:
fix init sequence error for NIOS port * Allow lowercase spelling for IceCube_5200; support MPC5200LITE name * Add CONFIG_VERSION_VARIABLE to TRAB configuration
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 67ec5fb1a4..df2dfad532 100644
--- a/Makefile
+++ b/Makefile
@@ -203,14 +203,16 @@ cmi_mpc5xx_config: unconfig
#########################################################################
## MPC5xxx Systems
#########################################################################
+MPC5200LITE \
+icecube_5200_config \
IceCube_5200_config \
IceCube_5100_config: unconfig
@ >include/config.h
- @[ -z "$(findstring _5200,$@)" ] || \
+ @[ -z "$(findstring 5200,$@)" ] || \
{ echo "#define CONFIG_MPC5200" >>include/config.h ; \
echo "... with MPC5200 processor" ; \
}
- @[ -z "$(findstring _5100,$@)" ] || \
+ @[ -z "$(findstring 5100,$@)" ] || \
{ echo "#define CONFIG_MGT5100" >>include/config.h ; \
echo "... with MGT5100 processor" ; \
}
OpenPOWER on IntegriCloud