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

ramstage-y += slot_1.c
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