
From: Ed Swarthout Ed.Swarthout@freescale.com
Signed-off-by: Ed Swarthout Ed.Swarthout@freescale.com Signed-off-by: Mahesh Jade mahesh.jade@freescale.com Signed-off-by: Jason Jin Jason.jin@freescale.com Signed-off-by: Jon Loeliger jdl@freescale.com --- MAKEALL | 1 + Makefile | 3 +++ 2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/MAKEALL b/MAKEALL index 2597d1f..9769c16 100755 --- a/MAKEALL +++ b/MAKEALL @@ -340,6 +340,7 @@ LIST_85xx=" \ #########################################################################
LIST_86xx=" \ + MPC8610HPCD \ MPC8641HPCN \ sbc8641d \ " diff --git a/Makefile b/Makefile index e1cea0d..f344487 100644 --- a/Makefile +++ b/Makefile @@ -1969,6 +1969,9 @@ TQM8560_config: unconfig ## MPC86xx Systems #########################################################################
+MPC8610HPCD_config: unconfig + @$(MKCONFIG) $(@:_config=) ppc mpc86xx mpc8610hpcd freescale + MPC8641HPCN_config: unconfig @$(MKCONFIG) $(@:_config=) ppc mpc86xx mpc8641hpcn freescale