From 8e8af3c17e0d73b6efd959d1edb246a9bade2cbe Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 19 Mar 2010 16:43:22 +0100 Subject: [PATCH] Update other OS makefiles They lack profile.o and debug.o Signed-off-by: Jens Axboe --- Makefile.FreeBSD | 2 +- Makefile.mac | 2 +- Makefile.solaris | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) 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 -- 2.25.1