soc/intel/pantherlake: Remove soc_info.[hc] interface
[coreboot2.git] / src / soc / intel / common / block / spi / Makefile.mk
bloba95d605f71feb1f6284a84509b482aebcb3d32a7
1 ## SPDX-License-Identifier: GPL-2.0-only
2 ifeq ($(CONFIG_SOC_INTEL_COMMON_BLOCK_SPI),y)
3 bootblock-y += spi.c
5 verstage-y += spi.c
7 romstage-y += spi.c
9 ramstage-y += spi.c
11 postcar-y += spi.c
13 smm-$(CONFIG_SPI_FLASH_SMM) += spi.c
14 endif