summaryrefslogtreecommitdiff
path: root/src/drivers/smbus/Makefile.inc
blob: d478889b66580db69189391f40cd7a1bbb2375e5 (plain)
1
2
3
4
5
6
7
8
ifeq ($(CONFIG_SC16IS7XX_INIT),y)
bootblock-y += sc16is7xx_init.c
romstage-y += sc16is7xx_init.c
endif

ifeq ($(CONFIG_CONSOLE_I2C_SMBUS),y)
all-y += i2c_smbus_console.c
endif