aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/i2c/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common/block/i2c/Makefile.inc')
-rw-r--r--src/soc/intel/common/block/i2c/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/soc/intel/common/block/i2c/Makefile.inc b/src/soc/intel/common/block/i2c/Makefile.inc
index 58feb5f781..9683210123 100644
--- a/src/soc/intel/common/block/i2c/Makefile.inc
+++ b/src/soc/intel/common/block/i2c/Makefile.inc
@@ -1,8 +1,8 @@
ifeq ($(CONFIG_SOC_INTEL_COMMON_BLOCK_I2C),y)
-bootblock-y += i2c_early.c
-romstage-y += i2c_early.c
-verstage-y += i2c_early.c
+bootblock-y += i2c.c
+romstage-y += i2c.c
+verstage-y += i2c.c
ramstage-y += i2c.c
endif