1## SPDX-License-Identifier: GPL-2.0-only 2ifeq ($(CONFIG_SOC_INTEL_COMMON_BLOCK_SPI),y) 3bootblock-y += spi.c 4 5verstage-y += spi.c 6 7romstage-y += spi.c 8 9ramstage-y += spi.c 10 11postcar-y += spi.c 12 13smm-$(CONFIG_SPI_FLASH_SMM) += spi.c 14endif 15