X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=Makefile.mac;h=952364ae2d9fc41f8327fe8a56b7f798d13694f7;hp=7574f00c274fa07b27bf9472da65da0fea0dc25b;hb=562c2d2f25ae829c812a58c10bc1a03ab6f6f52b;hpb=2afd826bf6cd19900aee70ae14ede92d91b6f4c0 diff --git a/Makefile.mac b/Makefile.mac index 7574f00c..952364ae 100644 --- a/Makefile.mac +++ b/Makefile.mac @@ -6,7 +6,11 @@ PROGS = fio SCRIPTS = fio_generate_plots OBJS = gettime.o fio.o ioengines.o init.o stat.o log.o time.o filesetup.o \ eta.o verify.o memory.o io_u.o parse.o mutex.o options.o \ - rbtree.o smalloc.o filehash.o helpers.o + rbtree.o smalloc.o filehash.o helpers.o profile.o debug.o + +OBJS += lib/rand.o +OBJS += lib/flist_sort.o +OBJS += lib/num2str.o OBJS += crc/crc7.o OBJS += crc/crc16.o @@ -14,6 +18,7 @@ OBJS += crc/crc32.o OBJS += crc/crc32c.o OBJS += crc/crc32c-intel.o OBJS += crc/crc64.o +OBJS += crc/sha1.o OBJS += crc/sha256.o OBJS += crc/sha512.o OBJS += crc/md5.o