summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/build.mk2
-rw-r--r--common/i2cp_tpm.c (renamed from common/i2cs_tpm.c)2
2 files changed, 2 insertions, 2 deletions
diff --git a/common/build.mk b/common/build.mk
index 79938a7fc8..4ab052d9be 100644
--- a/common/build.mk
+++ b/common/build.mk
@@ -119,7 +119,7 @@ common-$(CONFIG_TEMP_SENSOR)+=temp_sensor.o
common-$(CONFIG_THROTTLE_AP)+=thermal.o throttle_ap.o
common-$(CONFIG_THROTTLE_AP_ON_BAT_DISCHG_CURRENT)+=throttle_ap.o
common-$(CONFIG_THROTTLE_AP_ON_BAT_VOLTAGE)+=throttle_ap.o
-common-$(CONFIG_TPM_I2CP)+=i2cs_tpm.o
+common-$(CONFIG_TPM_I2CP)+=i2cp_tpm.o
common-$(CONFIG_U2F)+=u2f.o
common-$(CONFIG_USB_CONSOLE_STREAM)+=usb_console_stream.o
common-$(CONFIG_USB_I2C)+=usb_i2c.o
diff --git a/common/i2cs_tpm.c b/common/i2cp_tpm.c
index 362fc57c4d..48af3a22b3 100644
--- a/common/i2cs_tpm.c
+++ b/common/i2cp_tpm.c
@@ -7,7 +7,7 @@
#include "console.h"
#include "gpio.h"
#include "hooks.h"
-#include "i2cs.h"
+#include "i2cp.h"
#include "registers.h"
#include "system.h"
#include "tpm_registers.h"