Improve ETA for fill_device based job files
[fio.git] / Makefile
index 12042f4a92683a38cdf0cd62cbba27e7a198ba6f..978f8b27149111e90f9feed978f87dae1ec96d2f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,9 @@ OBJS = gettime.o fio.o ioengines.o init.o stat.o log.o time.o filesetup.o \
        rbtree.o diskutil.o fifo.o blktrace.o smalloc.o filehash.o helpers.o \
        cgroup.o profile.o debug.o
 
+OBJS += lib/rand.o
+OBJS += lib/flist_sort.o
+
 OBJS += crc/crc7.o
 OBJS += crc/crc16.o
 OBJS += crc/crc32.o