summaryrefslogtreecommitdiffstats
path: root/src/cpu/intel/slot_1/Makefile.mk
blob: 0f1ba8da7a3aad37397b8e1b06cb125592537674 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## SPDX-License-Identifier: GPL-2.0-or-later

ramstage-y += l2_cache.c
subdirs-y += ../model_6xx
subdirs-y += ../model_65x
subdirs-y += ../model_67x
subdirs-y += ../model_68x
subdirs-y += ../model_6bx
subdirs-y += ../microcode

bootblock-y += ../car/p3/cache_as_ram.S
bootblock-y += ../car/bootblock.c
postcar-y += ../car/p4-netburst/exit_car.S
romstage-y += ../car/romstage.c