From 983fda8391fa0ccfd4e0fd0bfb5a5e662e07b222 Mon Sep 17 00:00:00 2001 From: wdenk Date: Thu, 28 Oct 2004 00:09:35 +0000 Subject: Patch by TsiChung Liew, 23 Sep 2004: - add support for MPC8220 CPU - Add support for Alaska and Yukon boards --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bdfc99af193..f2965f78865 100644 --- a/Makefile +++ b/Makefile @@ -825,6 +825,15 @@ WALNUT405_config: unconfig 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 ######################################################################### -- cgit v1.3.1