summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJett Rink <jettrink@chromium.org>2020-12-03 13:08:58 -0700
committerCommit Bot <commit-bot@chromium.org>2020-12-03 23:44:40 +0000
commite4382776c3929d671b56ea322ac1422be7393f54 (patch)
treef31ef57f9fb128a15672eceb4f33b52a03cc5c86
parentb8172d17183414f04c04021966b5fd5aca94d365 (diff)
downloadchrome-ec-e4382776c3929d671b56ea322ac1422be7393f54.tar.gz
zephyr/test/i2c: update to i2c_controller.c name
After COIL rename, we need to update the CMakeLists.txt for the i2c test BRANCH=none BUG=b:174572350 TEST=builds and passes test Signed-off-by: Jett Rink <jettrink@chromium.org> Change-Id: I33b712876c11dc77e7835c2505749d449e11ffa6 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2572398 Commit-Queue: Jack Rosenthal <jrosenth@chromium.org> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
-rw-r--r--zephyr/test/i2c/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/test/i2c/CMakeLists.txt b/zephyr/test/i2c/CMakeLists.txt
index 097c31f498..29b3f1e65d 100644
--- a/zephyr/test/i2c/CMakeLists.txt
+++ b/zephyr/test/i2c/CMakeLists.txt
@@ -25,4 +25,4 @@ target_sources(app PRIVATE
"${PLATFORM_EC}/zephyr/shim/src/console.c"
"${PLATFORM_EC}/zephyr/shim/src/i2c.c"
"${PLATFORM_EC}/zephyr/shim/src/util.c"
- "${PLATFORM_EC}/common/i2c_master.c")
+ "${PLATFORM_EC}/common/i2c_controller.c")