mb/google/brya: Create rull variant
[coreboot2.git] / src / drivers / smbus / Makefile.mk
blob251dc6565d3b2b59065f5033d1fd1cac966c2d4c
1 ## SPDX-License-Identifier: GPL-2.0-only
3 ifeq ($(CONFIG_SC16IS7XX_INIT),y)
4 bootblock-y += sc16is7xx_init.c
5 romstage-y += sc16is7xx_init.c
6 endif
8 ifeq ($(CONFIG_CONSOLE_I2C_SMBUS),y)
9 all-y += i2c_smbus_console.c
10 endif