X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=Makefile;h=04cb60fa7ab80ca2aa2381226a586c63972dff43;hb=bb0675581dc0a2e8133a6cbfa609b976b97d54ba;hp=13baee837bf4d0ff06b07038f4c88fded5f5ab2a;hpb=4b3b73f843c283b341ad16cd1eb4e7a12978de8e;p=fio.git diff --git a/Makefile b/Makefile index 13baee83..04cb60fa 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ OBJS = gettime.o fio.o ioengines.o init.o stat.o log.o time.o filesetup.o \ OBJS += lib/rand.o OBJS += lib/flist_sort.o +OBJS += lib/num2str.o OBJS += crc/crc7.o OBJS += crc/crc16.o