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
mb/google/brya: Create rull variant
[coreboot2.git]
/
src
/
drivers
/
i2c
/
designware
/
Makefile.mk
blob
9c084c0de5d39f06853cf4a0a976db648cdcb85a
1
## SPDX-License-Identifier: GPL-2.0-only
2
3
ifeq
($(
CONFIG_DRIVERS_I2C_DESIGNWARE
),
y
)
4
5
bootblock-y
+=
dw_i2c.c
6
romstage-y
+=
dw_i2c.c
7
verstage-y
+=
dw_i2c.c
8
ramstage-y
+=
dw_i2c.c
9
postcar-y
+=
dw_i2c.c
10
11
endif