blob: 98eaf2444084601d98aa778f44f9aa197fcf6894 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
## SPDX-License-Identifier: GPL-2.0-only
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
|