First step at speeding up io_u rand refill
[fio.git] / Makefile.FreeBSD
index 30277cdce364c9833599c773e2be82d745d99751..3c59a994284c6c228ee96900f945b9233fb646ca 100644 (file)
@@ -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
+       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
@@ -29,7 +32,8 @@ SOURCE = eta.c filehash.c filesetup.c fio.c gettime.c init.c ioengines.c \
         io_u.c log.c memory.c mutex.c options.c parse.c rbtree.c smalloc.c \
         stat.c parse.c crc/*.c engines/cpu.c engines/mmap.c \
         engines/posixaio.c engines/sync.c engines/null.c engines/net.c \
-        *.h */*.h
+        *.h arch/*.h compiler/*.h crc/*.h lib/*.h \
+        os/indirect.h os/kcompat.h os/os-freebsd.h os/os.h os/syslet.h
 
 ifneq ($(findstring $(MAKEFLAGS),s),s)
 ifndef V