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