summaryrefslogtreecommitdiff
path: root/zephyr
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr')
-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")