- Ensure every copy of Options.lb uses:
[coreboot.git] / src / mainboard / totalimpact / briq / Config.lb
1 ##
2 ## Config file for the Total Impact briQ
3 ##
4
5 ##
6 ## Early board initialization, called from ppc_main()
7 ##
8 initobject init.o
9 initobject clock.o
10
11 ##
12 ## Stage 2 timer support
13 ##
14 object clock.o
15
16 arch ppc end
17
18 if CONFIG_BRIQ_750FX
19         cpu ppc/ppc7xx end
20 end
21 if CONFIG_BRIQ_7400
22         cpu ppc/mpc74xx end
23 end
24
25 ##
26 ## Include the secondary Configuration files 
27 ##
28 northbridge ibm/cpc710 end
29 southbridge winbond/w83c553 end
30
31 ##
32 ## Build the objects we have code for in this directory.
33 ##
34
35 addaction linuxbios.a "$(CROSS_COMPILE)ranlib linuxbios.a"