summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-07-16 21:53:01 +0000
committerwdenk <wdenk>2003-07-16 21:53:01 +0000
commit945af8d723a29e9b6289d84250745ed0dc16fc81 (patch)
tree6798d0b717c05b01742df0c410038c702b8a1979 /Makefile
parentcb4dbb7bbc271f988e14ec353a5e86d7f10e1da0 (diff)
downloadblackbird-obmc-uboot-945af8d723a29e9b6289d84250745ed0dc16fc81.tar.gz
blackbird-obmc-uboot-945af8d723a29e9b6289d84250745ed0dc16fc81.zip
* Add support for IceCube board (with MGT5100 and MPC5200 CPUs)
* Add support for MGT5100 and MPC5200 processors
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c205630856..37eca7d9bf 100644
--- a/Makefile
+++ b/Makefile
@@ -182,6 +182,22 @@ cmi_mpc5xx_config: unconfig
@./mkconfig $(@:_config=) ppc mpc5xx cmi
#########################################################################
+## MPC5xxx Systems
+#########################################################################
+IceCube_5200_config \
+IceCube_5100_config: unconfig
+ @ >include/config.h
+ @[ -z "$(findstring _5200,$@)" ] || \
+ { echo "#define CONFIG_MPC5200" >>include/config.h ; \
+ echo "... with MPC5200 processor" ; \
+ }
+ @[ -z "$(findstring _5100,$@)" ] || \
+ { echo "#define CONFIG_MGT5100" >>include/config.h ; \
+ echo "... with MGT5100 processor" ; \
+ }
+ @./mkconfig -a IceCube ppc mpc5xxx icecube
+
+#########################################################################
## MPC8xx Systems
#########################################################################
OpenPOWER on IntegriCloud