diff options
| author | Jon Loeliger <[email protected]> | 2007-10-16 15:27:43 -0500 |
|---|---|---|
| committer | Jon Loeliger <[email protected]> | 2007-10-17 15:01:54 -0500 |
| commit | 3c89d75409eb26639d36dfa11d4ee3d8b962dc3c (patch) | |
| tree | 4867407dc72d720a3fe2acba5b8657078d971883 | |
| parent | 9553df86d3a319c3a1a7cde7e4edd6eeb5aa64c7 (diff) | |
Initial mpc8610hpcd Makefile files.
Signed-off-by: Ed Swarthout <[email protected]>
Signed-off-by: Mahesh Jade <[email protected]>
Signed-off-by: Jason Jin <[email protected]>
Signed-off-by: Jon Loeliger <[email protected]>
| -rwxr-xr-x | MAKEALL | 1 | ||||
| -rw-r--r-- | Makefile | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -340,6 +340,7 @@ LIST_85xx=" \ ######################################################################### LIST_86xx=" \ + MPC8610HPCD \ MPC8641HPCN \ sbc8641d \ " @@ -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 |
