X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=Makefile;h=978f8b27149111e90f9feed978f87dae1ec96d2f;hb=996093bbc416d2d6da56e85c311418b1c958a0b1;hp=837f42119da8a1aafc4bac331b98385934322230;hpb=1fbbf72e16c27a6fda636db3891a41cd37dc6666;p=fio.git diff --git a/Makefile b/Makefile index 837f4211..978f8b27 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