summaryrefslogtreecommitdiff
path: root/chip/g/build.mk
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-01-05 18:11:38 -0800
committerCommit Bot <commit-bot@chromium.org>2021-01-08 00:23:58 +0000
commitf3d483ad3e662362a2916e211231c4d40251448b (patch)
tree8b6396e0d2515188e629c0a1396ebf14feb105af /chip/g/build.mk
parent52e31db1b3b3a7c9b9d29a1e0ba3c4da27b346cd (diff)
downloadchrome-ec-f3d483ad3e662362a2916e211231c4d40251448b.tar.gz
coil: rename i2cs files to i2cp
BUG=b:175244613 TEST=make buildall -j Change-Id: Iea0b26d4aec99509bc2db0ccc3ad8da701d63e79 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2613505
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 05e1827a8f..ff767851e5 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_CONTROLLER)+= i2cm.o
-chip-$(CONFIG_I2C_PERIPH)+= i2cs.o
+chip-$(CONFIG_I2C_PERIPH)+= i2cp.o
chip-$(CONFIG_LOW_POWER_IDLE)+=idle.o