From 129ba616b3813dde861f25f3d8a3c47c5c36ad5f Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Tue, 12 Aug 2008 11:13:08 -0500 Subject: mpc85xx: Add support for the MPC8572DS reference board Signed-off-by: Kumar Gala --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 89fea72..95f4c33 100644 --- a/Makefile +++ b/Makefile @@ -2265,6 +2265,9 @@ MPC8555CDS_config: unconfig MPC8568MDS_config: unconfig @$(MKCONFIG) $(@:_config=) ppc mpc85xx mpc8568mds freescale +MPC8572DS_config: unconfig + @$(MKCONFIG) $(@:_config=) ppc mpc85xx mpc8572ds freescale + PM854_config: unconfig @$(MKCONFIG) $(@:_config=) ppc mpc85xx pm854 -- cgit v1.1 From 9490a7f1a9484617bad75c60807ce02c8a3a6d56 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Fri, 25 Jul 2008 13:31:05 -0500 Subject: mpc85xx: Add support for the MPC8536DS reference board Signed-off-by: Kumar Gala Signed-off-by: Srikanth Srinivasan Signed-off-by: Dejan Minic Signed-off-by: Jason Jin Signed-off-by: Dave Liu Signed-off-by: Kumar Gala --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 95f4c33..c43e2c3 100644 --- a/Makefile +++ b/Makefile @@ -2206,6 +2206,9 @@ TQM834x_config: unconfig ATUM8548_config: unconfig @$(MKCONFIG) $(@:_config=) ppc mpc85xx atum8548 +MPC8536DS_config: unconfig + @$(MKCONFIG) $(@:_config=) ppc mpc85xx mpc8536ds freescale + MPC8540ADS_config: unconfig @$(MKCONFIG) $(@:_config=) ppc mpc85xx mpc8540ads freescale -- cgit v1.1