X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=288480f1e42cd569aa3b184a948f32d93e4e4363;hb=282cc1676587eb155e331b31400d344821b0b850;hp=837f42119da8a1aafc4bac331b98385934322230;hpb=7e744013dca36be3840c45d13f4ae09947282bea;p=fio.git diff --git a/Makefile b/Makefile index 837f4211..288480f1 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ OBJS = gettime.o fio.o ioengines.o init.o stat.o log.o time.o filesetup.o \ cgroup.o profile.o debug.o OBJS += lib/rand.o +OBJS += lib/flist_sort.o OBJS += crc/crc7.o OBJS += crc/crc16.o @@ -64,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)