X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=Makefile;h=61cdb66f445235b45f30d73594874fb90d4ba308;hb=7d059f88c869f89a1456e492e0e4f11b3e2578ff;hp=10b4ffcff42654bfbb7d6f149f0156ae003472d7;hpb=4b87898e8d76aaf05baec83077a11311c1447397;p=fio.git diff --git a/Makefile b/Makefile index 10b4ffcf..61cdb66f 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ PROGS = fio SCRIPTS = fio_generate_plots OBJS = gettime.o fio.o ioengines.o init.o stat.o log.o time.o md5.o crc32.o \ filesetup.o eta.o verify.o memory.o io_u.o parse.o mutex.o options.o \ - rbtree.o + rbtree.o diskutil.o fifo.o blktrace.o OBJS += engines/cpu.o OBJS += engines/libaio.o @@ -39,7 +39,7 @@ depend: cscope: @cscope -b -$(PROGS): | depend +$(PROGS): depend install: $(PROGS) $(SCRIPTS) $(INSTALL) -m755 -d $(DESTDIR)$(bindir)