summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-01-05 18:30:25 -0800
committerCommit Bot <commit-bot@chromium.org>2021-01-08 00:23:59 +0000
commit8127d3012a3fc4cfaed8b59a23db47f4ee112b21 (patch)
tree8fef5ea1913827384fdbad18c71ee8c1f68d74f6
parentf3d483ad3e662362a2916e211231c4d40251448b (diff)
downloadchrome-ec-8127d3012a3fc4cfaed8b59a23db47f4ee112b21.tar.gz
coil: rename i2cm.c to i2cc.c
BUG=b:175244613 TEST=make buildall -j Change-Id: I21745af0c160b74534f2525d1ea0738d6faec470 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2613506 Reviewed-by: Namyoon Woo <namyoon@chromium.org>
-rw-r--r--chip/g/build.mk2
-rw-r--r--chip/g/i2cc.c (renamed from chip/g/i2cm.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/chip/g/build.mk b/chip/g/build.mk
index ff767851e5..99e35568ce 100644
--- a/chip/g/build.mk
+++ b/chip/g/build.mk
@@ -82,7 +82,7 @@ chip-$(CONFIG_RDD)+=rdd.o
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_CONTROLLER)+= i2cc.o
chip-$(CONFIG_I2C_PERIPH)+= i2cp.o
chip-$(CONFIG_LOW_POWER_IDLE)+=idle.o
diff --git a/chip/g/i2cm.c b/chip/g/i2cc.c
index ad80c3b724..ad80c3b724 100644
--- a/chip/g/i2cm.c
+++ b/chip/g/i2cc.c