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/system76/cml-u/dt: Make use of chipset devicetree
[coreboot.git]
/
src
/
soc
/
intel
/
common
/
block
/
i2c
/
Makefile.mk
blob
0a03fac4cee9217fc5ffa3e0a309b2f439510883
1
## SPDX-License-Identifier: GPL-2.0-only
2
ifeq
($(
CONFIG_SOC_INTEL_COMMON_BLOCK_I2C
),
y
)
3
4
bootblock-y
+=
i2c.c
5
romstage-y
+=
i2c.c
6
verstage-y
+=
i2c.c
7
postcar-y
+=
i2c.c
8
ramstage-y
+=
i2c.c
9
10
endif