X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=Makefile.solaris;h=06020c261f396261d67db077fe36268f6ac87cfb;hp=bf9c90a9ff50c64a5f04dc2a3ad178b892512c77;hb=d74ac843d82345862070400cb5fe408524c613f3;hpb=d0983d0124fff305d0945098fe7b4b9c44657fd8 diff --git a/Makefile.solaris b/Makefile.solaris index bf9c90a9..06020c26 100644 --- a/Makefile.solaris +++ b/Makefile.solaris @@ -4,7 +4,11 @@ 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 += lib/rand.o +OBJS += lib/flist_sort.o OBJS += crc/crc7.o OBJS += crc/crc16.o