blob: ecfd027f012aa6fa9cdaef2158b8f48aea2f85dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
##
## CPU initialization
##
cpu ppc/mpc74xx end
##
## Include the secondary Configuration files
##
northbridge motorola/mpc107 end
##
## Build the objects we have code for in this directory.
##
object mpc7410.o
|