summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-10-28 00:09:35 +0000
committerwdenk <wdenk>2004-10-28 00:09:35 +0000
commit983fda8391fa0ccfd4e0fd0bfb5a5e662e07b222 (patch)
treeb39fd35e9f0bf906338bfce8f83eb7c8ff850428 /Makefile
parente3c9b9f9287a17c2a20d9b1b77747bd209e8408b (diff)
Patch by TsiChung Liew, 23 Sep 2004:
- add support for MPC8220 CPU - Add support for Alaska and Yukon boards
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bdfc99af19..f2965f7886 100644
--- a/Makefile
+++ b/Makefile
@@ -826,6 +826,15 @@ XPEDITE1K_config: unconfig
@./mkconfig $(@:_config=) ppc ppc4xx xpedite1k
#########################################################################
+## MPC8220 Systems
+#########################################################################
+Alaska8220_config: unconfig
+ @./mkconfig $(@:_config=) ppc mpc8220 alaska
+
+Yukon8220_config: unconfig
+ @./mkconfig $(@:_config=) ppc mpc8220 yukon
+
+#########################################################################
## MPC824x Systems
#########################################################################
xtract_82xx = $(subst _BIGFLASH,,$(subst _ROMBOOT,,$(subst _L2,,$(subst _266MHz,,$(subst _300MHz,,$(subst _config,,$1))))))