summaryrefslogtreecommitdiffstats
path: root/src/usr/i2c
diff options
context:
space:
mode:
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