repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mb/starlabs/*: Use a safe configurations for DRAM Sleep GPIO
[coreboot.git]
/
src
/
soc
/
intel
/
common
/
block
/
imc
/
Makefile.mk
blob
0c074a33fc4f5c16e5286eaf97d049f9ce63e0e0
1
## SPDX-License-Identifier: GPL-2.0-only
2
3
ifeq
($(
CONFIG_SOC_INTEL_COMMON_BLOCK_IMC
),
y
)
4
romstage-y
+=
imc.c
5
romstage-y
+=
spd_access.c
6
endif