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