X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=Makefile.solaris;h=fd1029bc5f38b2e518c6dde55db375b79d0bdfb2;hb=6885768609eafda8648bf50b05115d784cb04fb9;hp=bde0926fd48c4fd01ad54cdf7cfe762635aa4f0d;hpb=b52ae0af85c640e6e4ebd412a731e9d5f97a6cc8;p=fio.git diff --git a/Makefile.solaris b/Makefile.solaris index bde0926f..fd1029bc 100644 --- a/Makefile.solaris +++ b/Makefile.solaris @@ -4,7 +4,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 fifo.o smalloc.o filehash.o + rbtree.o fifo.o smalloc.o filehash.o lib/strsep.o OBJS += crc/crc7.o OBJS += crc/crc16.o @@ -20,6 +20,7 @@ OBJS += engines/posixaio.o OBJS += engines/sync.o OBJS += engines/null.o OBJS += engines/net.o +OBJS += engines/solarisaio.o INSTALL = install prefix = /usr/local @@ -34,7 +35,7 @@ fio: $(OBJS) all: $(PROGS) $(SCRIPTS) clean: - -rm -f *.o .depend cscope.out $(PROGS) engines/*.o crc/*.o lib/*.o core.* core + -rm -f .depend cscope.out $(OBJS) $(PROGS) core.* core cscope: @cscope -b