summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-06-04 15:05:30 +0000
committerwdenk <wdenk>2003-06-04 15:05:30 +0000
commitf3e0de60a6dfa2bedd99bda257841a22b5153f42 (patch)
tree0dde9b4b5335d5889587fc19f7870db1034b636e /Makefile
parent682011ff6968198da14b89e40d9f55b00f6d91f7 (diff)
downloadtalos-obmc-uboot-f3e0de60a6dfa2bedd99bda257841a22b5153f42.tar.gz
talos-obmc-uboot-f3e0de60a6dfa2bedd99bda257841a22b5153f42.zip
* Patch by Denis Peter, 04 June 2003:
add support for the MIP405T board
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7c66a63a5c..8ceaad1d1e 100644
--- a/Makefile
+++ b/Makefile
@@ -449,6 +449,11 @@ ERIC_config:unconfig
MIP405_config:unconfig
@./mkconfig $(@:_config=) ppc ppc4xx mip405 mpl
+MIP405T_config:unconfig
+ @echo "#define CONFIG_MIP405T" >include/config.h
+ @echo "Enable subset config for MIP405T"
+ @./mkconfig -a MIP405 ppc ppc4xx mip405 mpl
+
ML2_config:unconfig
@./mkconfig $(@:_config=) ppc ppc4xx ml2
OpenPOWER on IntegriCloud