From 03f5c55021c2d6297e66cc11bfea75f149a5d71c Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 10 Oct 2004 21:21:55 +0000 Subject: Patches by Jon Loeliger, 24 Aug 2004: - Add support for the MPC8541 and MPC8555 CDS boards - Cleanup eth?addr handling: make dependent on CONFIG_ETH?ADDR --- Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d43add4..bbb6cf1 100644 --- a/Makefile +++ b/Makefile @@ -1087,8 +1087,11 @@ MPC8540ADS_config: unconfig MPC8560ADS_config: unconfig @./mkconfig $(@:_config=) ppc mpc85xx mpc8560ads -stxgp3_config: unconfig - @./mkconfig $(@:_config=) ppc mpc85xx stxgp3 +MPC8541CDS_config: unconfig + @./mkconfig $(@:_config=) ppc mpc85xx mpc8541cds cds + +MPC8555CDS_config: unconfig + @./mkconfig $(@:_config=) ppc mpc85xx mpc8555cds cds sbc8560_config \ sbc8560_33_config \ @@ -1102,6 +1105,9 @@ sbc8560_66_config: unconfig fi @./mkconfig -a sbc8560 ppc mpc85xx sbc8560 +stxgp3_config: unconfig + @./mkconfig $(@:_config=) ppc mpc85xx stxgp3 + ######################################################################### ## 74xx/7xx Systems ######################################################################### -- cgit v1.1