From: Jens Axboe Date: Mon, 23 Nov 2009 20:42:46 +0000 (+0100) Subject: Add weak helpers to other makefiles X-Git-Tag: fio-1.36-rc1~10^2 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=d4c5b195ac12322c943f0fda18e84f067272cc8e Add weak helpers to other makefiles Signed-off-by: Jens Axboe --- diff --git a/Makefile b/Makefile index 59e53a72..4f95a5da 100644 --- a/Makefile +++ b/Makefile @@ -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 diskutil.o fifo.o blktrace.o smalloc.o filehash.o + rbtree.o diskutil.o fifo.o blktrace.o smalloc.o filehash.o helpers.o OBJS += crc/crc7.o OBJS += crc/crc16.o diff --git a/Makefile.FreeBSD b/Makefile.FreeBSD index b9c6f83e..947bb859 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 + rbtree.o smalloc.o filehash.o helpers.o OBJS += crc/crc7.o OBJS += crc/crc16.o