X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=Makefile.solaris;h=06020c261f396261d67db077fe36268f6ac87cfb;hp=595f85450d143e966b8dbf556d9517cf9fd93adc;hb=2995607f86b7cfc918b3c140f481c5809fc3306c;hpb=23d2461974c334d77eb7a06a2dbd1f37aeee85d4 diff --git a/Makefile.solaris b/Makefile.solaris index 595f8545..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 + 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