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