repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
soc/intel/pantherlake: Remove soc_info.[hc] interface
[coreboot2.git]
/
src
/
soc
/
intel
/
common
/
block
/
spi
/
Makefile.mk
blob
a95d605f71feb1f6284a84509b482aebcb3d32a7
1
## SPDX-License-Identifier: GPL-2.0-only
2
ifeq
($(
CONFIG_SOC_INTEL_COMMON_BLOCK_SPI
),
y
)
3
bootblock-y
+=
spi.c
4
5
verstage-y
+=
spi.c
6
7
romstage-y
+=
spi.c
8
9
ramstage-y
+=
spi.c
10
11
postcar-y
+=
spi.c
12
13
smm-
$(
CONFIG_SPI_FLASH_SMM
) +=
spi.c
14
endif