summaryrefslogtreecommitdiff
path: root/chip/it83xx/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'chip/it83xx/build.mk')
-rw-r--r--chip/it83xx/build.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/chip/it83xx/build.mk b/chip/it83xx/build.mk
index 365a993113..5ce2bc8397 100644
--- a/chip/it83xx/build.mk
+++ b/chip/it83xx/build.mk
@@ -24,4 +24,5 @@ chip-$(CONFIG_HOSTCMD_ESPI)+=espi.o
chip-$(CONFIG_SPI_MASTER)+=spi_master.o
chip-$(CONFIG_PECI)+=peci.o
chip-$(HAS_TASK_KEYSCAN)+=keyboard_raw.o
-chip-$(CONFIG_I2C)+=i2c.o
+chip-$(CONFIG_I2C_MASTER)+=i2c.o
+chip-$(CONFIG_I2C_SLAVE)+=i2c_slave.o