Add comment on why fallocate is disabled on AIX
[fio.git] / Makefile
index 12042f4a92683a38cdf0cd62cbba27e7a198ba6f..288480f1e42cd569aa3b184a948f32d93e4e4363 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
@@ -62,7 +65,7 @@ clean:
        -rm -f .depend cscope.out $(OBJS) $(PROGS) core.* core
 
 cscope:
-       @cscope -b
+       @cscope -b -R
 
 install: $(PROGS) $(SCRIPTS)
        $(INSTALL) -m755 -d $(DESTDIR)$(bindir)