[U-Boot-Users] [PATCH 3/3] Initial mpc8610hpcd Makefile files.
Jon Loeliger
jdl at freescale.com
Wed Oct 17 22:05:36 CEST 2007
From: Ed Swarthout <Ed.Swarthout at freescale.com>
Signed-off-by: Ed Swarthout <Ed.Swarthout at freescale.com>
Signed-off-by: Mahesh Jade <mahesh.jade at freescale.com>
Signed-off-by: Jason Jin <Jason.jin at freescale.com>
Signed-off-by: Jon Loeliger <jdl at 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
More information about the U-Boot
mailing list