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
/
smbus
/
Makefile.mk
blob
251dc6565d3b2b59065f5033d1fd1cac966c2d4c
1
## SPDX-License-Identifier: GPL-2.0-only
2
3
ifeq
($(
CONFIG_SC16IS7XX_INIT
),
y
)
4
bootblock-y
+=
sc16is7xx_init.c
5
romstage-y
+=
sc16is7xx_init.c
6
endif
7
8
ifeq
($(
CONFIG_CONSOLE_I2C_SMBUS
),
y
)
9
all-y
+=
i2c_smbus_console.c
10
endif