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