X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=Makefile.solaris;h=595f85450d143e966b8dbf556d9517cf9fd93adc;hp=f92a92e45f8d2059465a7d67a8954bf3fbb3cd4d;hb=f03f8e473b7c8a5c4ed2de0b99717cf75521bf69;hpb=72c234e50c49eb631dd84d8e5d110fa2bd73b303 diff --git a/Makefile.solaris b/Makefile.solaris index f92a92e4..595f8545 100644 --- a/Makefile.solaris +++ b/Makefile.solaris @@ -9,7 +9,10 @@ OBJS = gettime.o fio.o ioengines.o init.o stat.o log.o time.o filesetup.o \ OBJS += crc/crc7.o OBJS += crc/crc16.o OBJS += crc/crc32.o +OBJS += crc/crc32c.o +OBJS += crc/crc32c-intel.o OBJS += crc/crc64.o +OBJS += crc/sha1.o OBJS += crc/sha256.o OBJS += crc/sha512.o OBJS += crc/md5.o @@ -20,6 +23,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 +38,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