summaryrefslogtreecommitdiff
path: root/board/mpc7448hpc2/Makefile
AgeCommit message (Collapse)Author
2008-03-25FSL: Move board/mpc7448hpc2 under board/freescaleJon Loeliger
Signed-off-by: Jon Loeliger <[email protected]>
2006-12-01Clean up the code according to codestyle:roy zang
(1) remove some C++ comments. (2) remove trailing white space. (3) remove trailing empty line. (4) Indentation by table. (5) remove {} in one line condition. (6) add space before '(' in function call. Remove some weird printf () output. Add necessary comments. Modified Makefile to support building in a separate directory.
2006-11-02Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support.roy zang
Make ,config.mk and link file for the mpc7448hpc2 board. Signed-off-by: Alexandre Bounine <[email protected]> Signed-off-by: Roy Zang <[email protected]>