mb/google/nissa/var/rull: Change padbased_override to rtd3 of wifi
[coreboot2.git] / src / cpu / x86 / mtrr / Makefile.mk
blobc74f014531d5895d313f8ec996c4d04c639150be
1 ## SPDX-License-Identifier: GPL-2.0-only
3 ramstage-y += mtrr.c
5 romstage-y += earlymtrr.c
6 bootblock-y += earlymtrr.c
7 verstage_x86-y += earlymtrr.c
8 postcar-y += earlymtrr.c
10 bootblock-y += debug.c
11 romstage-y += debug.c
12 postcar-y += debug.c
13 ramstage-y += debug.c
15 bootblock-$(CONFIG_SETUP_XIP_CACHE) += xip_cache.c
16 verstage_x86-$(CONFIG_SETUP_XIP_CACHE) += xip_cache.c