diff options
Diffstat (limited to 'src/usr/i2c/makefile')
-rw-r--r-- | src/usr/i2c/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/i2c/makefile b/src/usr/i2c/makefile index baefb1bed..535484752 100644 --- a/src/usr/i2c/makefile +++ b/src/usr/i2c/makefile @@ -5,7 +5,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2011,2018 +# Contributors Listed Below - COPYRIGHT 2011,2019 # [+] International Business Machines Corp. # # @@ -32,6 +32,7 @@ include i2c.mk OBJS += i2c.o OBJS += $(if $(CONFIG_TPMDD),tpmdd.o,) OBJS += fapi_i2c_dd.o +OBJS += i2cTargetPres.o SUBDIRS += test.d SUBDIRS += runtime.d |