blob: 48ba3a95a21d23aa3157771b02f4e0c886c3752a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
subdirs-y += ../model_106cx
subdirs-y += ../../x86/lapic
subdirs-y += ../microcode
subdirs-y += ../speedstep
bootblock-y += ../car/bootblock.c
bootblock-y += ../car/non-evict/cache_as_ram.S
postcar-y += ../car/non-evict/exit_car.S
romstage-y += ../car/romstage.c
|