diff options
Diffstat (limited to 'src/usr/i2c/i2c.mk')
-rw-r--r-- | src/usr/i2c/i2c.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/i2c/i2c.mk b/src/usr/i2c/i2c.mk index 6d4ef8935..0300d2c46 100644 --- a/src/usr/i2c/i2c.mk +++ b/src/usr/i2c/i2c.mk @@ -5,7 +5,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2015 +# Contributors Listed Below - COPYRIGHT 2015,2019 # [+] International Business Machines Corp. # # @@ -27,4 +27,4 @@ OBJS += eepromdd.o OBJS += eepromdd_hardware.o OBJS += eeprom_utils.o OBJS += errlud_i2c.o -OBJS += $(if $(CONFIG_SUPPORT_EEPROM_CACHING),eepromCache.o) +OBJS += $(if $(CONFIG_SUPPORT_EEPROM_CACHING),eepromCache_common.o) |