From: Jens Axboe Date: Fri, 19 Mar 2010 15:43:22 +0000 (+0100) Subject: Update other OS makefiles X-Git-Tag: fio-1.38~6 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=8e8af3c17e0d73b6efd959d1edb246a9bade2cbe;p=fio.git Update other OS makefiles They lack profile.o and debug.o Signed-off-by: Jens Axboe --- diff --git a/Makefile.FreeBSD b/Makefile.FreeBSD index b4998933..deae03d8 100644 --- a/Makefile.FreeBSD +++ b/Makefile.FreeBSD @@ -6,7 +6,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 smalloc.o filehash.o helpers.o + rbtree.o smalloc.o filehash.o helpers.o profile.o debug.o OBJS += crc/crc7.o OBJS += crc/crc16.o diff --git a/Makefile.mac b/Makefile.mac index eab63331..a726546b 100644 --- a/Makefile.mac +++ b/Makefile.mac @@ -6,7 +6,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 smalloc.o filehash.o helpers.o + rbtree.o smalloc.o filehash.o helpers.o profile.o debug.o OBJS += crc/crc7.o OBJS += crc/crc16.o diff --git a/Makefile.solaris b/Makefile.solaris index bf9c90a9..0ec6d730 100644 --- a/Makefile.solaris +++ b/Makefile.solaris @@ -4,7 +4,8 @@ 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 fifo.o smalloc.o filehash.o lib/strsep.o helpers.o solaris.o + rbtree.o fifo.o smalloc.o filehash.o lib/strsep.o helpers.o solaris.o \ + profile.o debug.o OBJS += crc/crc7.o OBJS += crc/crc16.o