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