X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=Makefile.FreeBSD;h=8bb7ba3b60bced768327cdc36b7810152fc4f6d2;hp=d5e675a4a75a2ecbaae54070578d0a8f02dc17c3;hb=c299e0375a660e2a5fca966233417a7034073175;hpb=214e1ecae844a32bf8f66d19132f4948d922dcee diff --git a/Makefile.FreeBSD b/Makefile.FreeBSD index d5e675a4..8bb7ba3b 100644 --- a/Makefile.FreeBSD +++ b/Makefile.FreeBSD @@ -2,8 +2,17 @@ CC = gcc CFLAGS = -Wall -O2 -g -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 PROGS = fio SCRIPTS = fio_generate_plots -OBJS = gettime.o fio.o ioengines.o init.o stat.o log.o time.o md5.o crc32.o \ - filesetup.o eta.o verify.o memory.o io_u.o parse.o mutex.o options.o +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 + +OBJS += crc/crc7.o +OBJS += crc/crc16.o +OBJS += crc/crc32.o +OBJS += crc/crc64.o +OBJS += crc/sha256.o +OBJS += crc/sha512.o +OBJS += crc/md5.o OBJS += engines/cpu.o OBJS += engines/mmap.o