summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/build.mk2
-rw-r--r--common/i2c_peripheral.c (renamed from common/i2c_slave.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/common/build.mk b/common/build.mk
index 1c59e65394..b25ef6985d 100644
--- a/common/build.mk
+++ b/common/build.mk
@@ -73,7 +73,7 @@ common-$(CONFIG_HOSTCMD_GET_UPTIME_INFO)+=uptime.o
common-$(CONFIG_HOSTCMD_RTC)+=rtc.o
common-$(CONFIG_I2C_DEBUG)+=i2c_trace.o
common-$(CONFIG_I2C_CONTROLLER)+=i2c_controller.o
-common-$(CONFIG_I2C_PERIPH)+=i2c_slave.o
+common-$(CONFIG_I2C_PERIPH)+=i2c_peripheral.o
common-$(CONFIG_INDUCTIVE_CHARGING)+=inductive_charging.o
common-$(CONFIG_KEYBOARD_PROTOCOL_8042)+=keyboard_8042.o \
keyboard_8042_sharedlib.o
diff --git a/common/i2c_slave.c b/common/i2c_peripheral.c
index 7e710b2ef4..7e710b2ef4 100644
--- a/common/i2c_slave.c
+++ b/common/i2c_peripheral.c