X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=Makefile.FreeBSD;h=3c59a994284c6c228ee96900f945b9233fb646ca;hp=b4998933fe2701b362bb6bdb50185a3e36bdd310;hb=1fbbf72e16c27a6fda636db3891a41cd37dc6666;hpb=e72fa4d40565e7a213698d8696b81f80e4670982 diff --git a/Makefile.FreeBSD b/Makefile.FreeBSD index b4998933..3c59a994 100644 --- a/Makefile.FreeBSD +++ b/Makefile.FreeBSD @@ -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