X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=Makefile;h=7cbc7bc7bf7d17f40284b253a0b38f70b65c259a;hp=9effdaa4d5b3e8560059e39f3e6310e1f5bedc8a;hb=d77a7af3e718200bbd77d76194725ead4bdb3591;hpb=e28875637094451a3c5ec4071f964c1a02dd8f5b diff --git a/Makefile b/Makefile index 9effdaa4..7cbc7bc7 100644 --- a/Makefile +++ b/Makefile @@ -6,8 +6,8 @@ CFLAGS = -Wwrite-strings -Wall -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_ 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 diskutil.o fifo.o blktrace.o + crc16.o crc7.o crc64.o filesetup.o eta.o verify.o memory.o io_u.o \ + parse.o mutex.o options.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)