blob: f6d54c9f8ad7b2ba712be33734e3f8037590a896 (
plain)
1
2
3
4
5
6
7
8
9
10
|
subdirs-y += ../model_106cx
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
|