X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;ds=sidebyside;f=Makefile.solaris;h=e7ff53cb057be1ddb6a082c29cd2f2e62985cb9a;hb=ebb9b8ab7f2bad787bbcfc03351d1ab90bc9c15b;hp=b87a92f9e9489f5e8e2276dbfe2cc0a65b789862;hpb=ed80ddf66943dc2654a92eb77b57c3d68613e9d6;p=fio.git diff --git a/Makefile.solaris b/Makefile.solaris index b87a92f9..e7ff53cb 100644 --- a/Makefile.solaris +++ b/Makefile.solaris @@ -4,7 +4,12 @@ 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 + 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 += lib/num2str.o OBJS += crc/crc7.o OBJS += crc/crc16.o