summaryrefslogtreecommitdiffstats
path: root/src/usr/i2c
diff options
context:
space:
mode:
authorMatt Derksen <mderkse1@us.ibm.com>2019-08-15 15:48:13 -0500
committerChristian R Geddes <crgeddes@us.ibm.com>2019-08-16 10:33:33 -0500
commit51b7478d2e5dd9bfad8d5039ce1ce26e8dce24db (patch)
tree4937d42611d46930b7901685f46a340fc65923d9 /src/usr/i2c
parentf1074af217829f4a678032f44e5bc29c26298a6a (diff)
downloadtalos-hostboot-51b7478d2e5dd9bfad8d5039ce1ce26e8dce24db.tar.gz
talos-hostboot-51b7478d2e5dd9bfad8d5039ce1ce26e8dce24db.zip
Fix calling eepromddtest.H
Makefile change overwrote TESTS and lost adding of eepromddtest.H Change-Id: I01adcc3958ce181909589b159a86a54bceb65257 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/82293 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/usr/i2c')
-rw-r--r--src/usr/i2c/test/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/i2c/test/makefile b/src/usr/i2c/test/makefile
index 056391308..fa9cf31c0 100644
--- a/src/usr/i2c/test/makefile
+++ b/src/usr/i2c/test/makefile
@@ -26,7 +26,7 @@ ROOTPATH = ../../../..
MODULE = testi2c
TESTS = eepromddtest.H
-TESTS = $(if $(CONFIG_SUPPORT_EEPROM_CACHING), eecachetest.H, )
+TESTS += $(if $(CONFIG_SUPPORT_EEPROM_CACHING), eecachetest.H, )
TESTS += i2ctest.H
TESTS += $(if $(CONFIG_TPMDD),tpmddtest.H,)
OpenPOWER on IntegriCloud