blob: 1ac4c2175b6377b9d314de7fc80d34d1a319326a [file] [log] [blame]
Subrata Banik6c4b5912017-11-07 16:10:05 +05301ifeq ($(CONFIG_SOC_INTEL_COMMON_BLOCK_SPI),y)
2bootblock-y += spi.c
3
4verstage-y += spi.c
5
6romstage-y += spi.c
7
8ramstage-y += spi.c
9
10postcar-y += spi.c
11
12smm-$(CONFIG_SPI_FLASH_SMM) += spi.c
13endif