From 11c45ebd46d6517b51b7a92dd52a618b2f4e5586 Mon Sep 17 00:00:00 2001 From: Joe Hamman Date: Thu, 13 Dec 2007 06:45:08 -0600 Subject: mpc85xx: Add support for SBC8548 (updated) Add support for Wind River's SBC8548 reference board. Signed-off by: Joe Hamman Signed-off by: Andy Fleming --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 47db5b7212..d3608fd93b 100644 --- a/Makefile +++ b/Makefile @@ -2025,6 +2025,9 @@ sbc8540_66_config: unconfig fi @$(MKCONFIG) -a SBC8540 ppc mpc85xx sbc8560 +sbc8548_config: unconfig + @$(MKCONFIG) $(@:_config=) ppc mpc85xx sbc8548 + sbc8560_config \ sbc8560_33_config \ sbc8560_66_config: unconfig -- cgit From 7bd6104b71de9bca80ac8e0936003443bb42f2fc Mon Sep 17 00:00:00 2001 From: robert lazarski Date: Fri, 21 Dec 2007 10:36:37 -0500 Subject: mpc85xx: Add support for ATUM8548 (updated) Add support for Instituto Atlantico's ATUM8548 board Signed-off-by: robert lazarski --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d3608fd93b..2f3d72a9c3 100644 --- a/Makefile +++ b/Makefile @@ -1943,6 +1943,9 @@ TQM834x_config: unconfig ## MPC85xx Systems ######################################################################### +ATUM8548_config: unconfig + @$(MKCONFIG) $(@:_config=) ppc mpc85xx atum8548 + MPC8540ADS_config: unconfig @$(MKCONFIG) $(@:_config=) ppc mpc85xx mpc8540ads freescale -- cgit