summaryrefslogtreecommitdiff
path: root/common/build.mk
diff options
context:
space:
mode:
authorDiana Z <dzigterman@chromium.org>2020-11-24 14:08:30 -0700
committerCommit Bot <commit-bot@chromium.org>2020-12-01 05:48:10 +0000
commitc0841278f6052c69a1c0b6efa95d1a4a64209cf6 (patch)
tree96ae549d8358f4701631480ed642c1e51d169495 /common/build.mk
parent66e02bc8d75e192e32280e85fdc4b3f222f52e25 (diff)
downloadchrome-ec-c0841278f6052c69a1c0b6efa95d1a4a64209cf6.tar.gz
COIL: Rename common i2c_controller
Rename i2c_controller.c and update related build file. BRANCH=None BUG=None TEST=make -j buildall Signed-off-by: Diana Z <dzigterman@chromium.org> Change-Id: I4fc27e494648c4a17e9f3f3d21ece9727ff6636e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2558905 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
Diffstat (limited to 'common/build.mk')
-rw-r--r--common/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/build.mk b/common/build.mk
index d8a55f5be9..4d47a28a28 100644
--- a/common/build.mk
+++ b/common/build.mk
@@ -85,7 +85,7 @@ common-$(CONFIG_HOSTCMD_REGULATOR)+=regulator.o
common-$(CONFIG_HOSTCMD_RTC)+=rtc.o
common-$(CONFIG_I2C_DEBUG)+=i2c_trace.o
common-$(CONFIG_I2C_HID_TOUCHPAD)+=i2c_hid_touchpad.o
-common-$(CONFIG_I2C_CONTROLLER)+=i2c_master.o
+common-$(CONFIG_I2C_CONTROLLER)+=i2c_controller.o
common-$(CONFIG_I2C_PERIPHERAL)+=i2c_peripheral.o
common-$(CONFIG_I2C_BITBANG)+=i2c_bitbang.o
common-$(CONFIG_I2C_VIRTUAL_BATTERY)+=virtual_battery.o