From cbf69f0dbd61bce2438e7052b0e124735b27a2d4 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 23 May 2008 13:38:41 +0200 Subject: [PATCH] Non-linux Makefile updates Need to find a build host, seems there are other issues that need to be fixed as well. Signed-off-by: Jens Axboe --- Makefile.FreeBSD | 2 +- Makefile.solaris | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.FreeBSD b/Makefile.FreeBSD index 8bb7ba3b..6e0f530f 100644 --- a/Makefile.FreeBSD +++ b/Makefile.FreeBSD @@ -4,7 +4,7 @@ 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 + rbtree.o fifo.o smalloc.o filehash.o OBJS += crc/crc7.o OBJS += crc/crc16.o diff --git a/Makefile.solaris b/Makefile.solaris index a9512b72..2f088b5f 100644 --- a/Makefile.solaris +++ b/Makefile.solaris @@ -4,7 +4,7 @@ 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 + rbtree.o fifo.o smalloc.o filehash.o OBJS += crc/crc7.o OBJS += crc/crc16.o -- 2.25.1