From: Jon Loeliger Date: Tue, 16 Oct 2007 20:27:43 +0000 (-0500) Subject: Initial mpc8610hpcd Makefile files. X-Git-Tag: v1.3.2-rc1~102^2~49^2~54 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=3c89d75409eb26639d36dfa11d4ee3d8b962dc3c;p=karo-tx-uboot.git Initial mpc8610hpcd Makefile files. Signed-off-by: Ed Swarthout Signed-off-by: Mahesh Jade Signed-off-by: Jason Jin Signed-off-by: Jon Loeliger --- diff --git a/MAKEALL b/MAKEALL index 2597d1fa35..9769c168ac 100755 --- a/MAKEALL +++ b/MAKEALL @@ -340,6 +340,7 @@ LIST_85xx=" \ ######################################################################### LIST_86xx=" \ + MPC8610HPCD \ MPC8641HPCN \ sbc8641d \ " diff --git a/Makefile b/Makefile index e1cea0d36f..f344487923 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