xref: /aosp_15_r20/external/coreboot/src/cpu/x86/mtrr/Makefile.mk (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1## SPDX-License-Identifier: GPL-2.0-only
2
3ramstage-y	+= mtrr.c
4
5romstage-y	+= earlymtrr.c
6bootblock-y	+= earlymtrr.c
7verstage_x86-y	+= earlymtrr.c
8postcar-y	+= earlymtrr.c
9
10bootblock-y	+= debug.c
11romstage-y	+= debug.c
12postcar-y	+= debug.c
13ramstage-y	+= debug.c
14
15bootblock-$(CONFIG_SETUP_XIP_CACHE) += xip_cache.c
16verstage_x86-$(CONFIG_SETUP_XIP_CACHE) += xip_cache.c
17