X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=Makefile.mac;h=fe84297fdea1c26a3b3352a173e72556ddd837e0;hp=7574f00c274fa07b27bf9472da65da0fea0dc25b;hb=d091d099aa867596745f2fa0d58631a14a746520;hpb=2afd826bf6cd19900aee70ae14ede92d91b6f4c0 diff --git a/Makefile.mac b/Makefile.mac index 7574f00c..fe84297f 100644 --- a/Makefile.mac +++ b/Makefile.mac @@ -6,7 +6,9 @@ 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 += crc/crc7.o OBJS += crc/crc16.o @@ -14,6 +16,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