libaio: add support for polled IO
[fio.git] / Makefile
index 9f27ff16058e970a46a737b2e8dd1a768a3eff30..5ac568e980b93bc1ad710331671af0b617eb6e92 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -303,7 +303,13 @@ PROGS += $(T_PROGS)
 ifdef CONFIG_HAVE_CUNIT
 UT_OBJS = unittests/unittest.o
 UT_OBJS += unittests/lib/memalign.o
+UT_OBJS += unittests/lib/strntol.o
+UT_OBJS += unittests/oslib/strlcat.o
+UT_OBJS += unittests/oslib/strndup.o
 UT_TARGET_OBJS = lib/memalign.o
+UT_TARGET_OBJS += lib/strntol.o
+UT_TARGET_OBJS += oslib/strlcat.o
+UT_TARGET_OBJS += oslib/strndup.o
 UT_PROGS = unittests/unittest
 else
 UT_OBJS =