Fix compile warning on platforms with posix_fallocate
[fio.git] / Makefile
index 9fec137d91f41391d8f23fffa17fc25957a45f26..04cb60fa7ab80ca2aa2381226a586c63972dff43 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,7 @@ OBJS = gettime.o fio.o ioengines.o init.o stat.o log.o time.o filesetup.o \
 
 OBJS += lib/rand.o
 OBJS += lib/flist_sort.o
+OBJS += lib/num2str.o
 
 OBJS += crc/crc7.o
 OBJS += crc/crc16.o
@@ -34,6 +35,7 @@ OBJS += engines/null.o
 OBJS += engines/net.o
 OBJS += engines/syslet-rw.o
 OBJS += engines/guasi.o
+OBJS += engines/binject.o
 
 OBJS += profiles/tiobench.o