summaryrefslogtreecommitdiff
path: root/chip/g/build.mk
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-01-05 16:46:32 -0800
committerCommit Bot <commit-bot@chromium.org>2021-01-07 19:21:43 +0000
commit96dd761f8a9a2858eb205efaf3bfa1352333f347 (patch)
treef5f89638845acaf4370497df8e1b1097605c6dc3 /chip/g/build.mk
parentade6b1e007428e85dc9b69e9a9c259bc6622f0d4 (diff)
downloadchrome-ec-96dd761f8a9a2858eb205efaf3bfa1352333f347.tar.gz
coil: CONFIG_I2C_SLAVE->CONFIG_I2C_PERIPH
BUG=b:175244613 TEST=make buildall -j Change-Id: Icd2d47a031c5132cb9bca618c5c5ed8cd9e80c07 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2611756 Reviewed-by: Namyoon Woo <namyoon@chromium.org>
Diffstat (limited to 'chip/g/build.mk')
-rw-r--r--chip/g/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/g/build.mk b/chip/g/build.mk
index f1ec4cc03f..9564837834 100644
--- a/chip/g/build.mk
+++ b/chip/g/build.mk
@@ -83,7 +83,7 @@ chip-$(CONFIG_RBOX)+=rbox.o
chip-$(CONFIG_STREAM_USB)+=usb-stream.o
chip-$(CONFIG_STREAM_USART)+=usart.o
chip-$(CONFIG_I2C_MASTER)+= i2cm.o
-chip-$(CONFIG_I2C_SLAVE)+= i2cs.o
+chip-$(CONFIG_I2C_PERIPH)+= i2cs.o
chip-$(CONFIG_LOW_POWER_IDLE)+=idle.o