Non-linux Makefile updates
authorJens Axboe <jens.axboe@oracle.com>
Fri, 23 May 2008 11:38:41 +0000 (13:38 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 23 May 2008 11:38:41 +0000 (13:38 +0200)
Need to find a build host, seems there are other issues that need
to be fixed as well.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Makefile.FreeBSD
Makefile.solaris

index 8bb7ba3b60bced768327cdc36b7810152fc4f6d2..6e0f530f492f8065c6b7dcb2085775860860c690 100644 (file)
@@ -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
index a9512b72d583d373ab9b116c123ec8503c2d3ce0..2f088b5f07fc732007b83c40500f3ea545456e63 100644 (file)
@@ -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