From: Jens Axboe Date: Fri, 23 May 2008 11:38:41 +0000 (+0200) Subject: Non-linux Makefile updates X-Git-Tag: fio-1.21-rc1~6 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=cbf69f0dbd61bce2438e7052b0e124735b27a2d4 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 --- 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