X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=Makefile.solaris;h=27adf1bd6745a8858b996c4e69c62f204f153a86;hp=f92a92e45f8d2059465a7d67a8954bf3fbb3cd4d;hb=b0f65863844b4de92d10fefaabde80ea5bc3e5cc;hpb=72c234e50c49eb631dd84d8e5d110fa2bd73b303 diff --git a/Makefile.solaris b/Makefile.solaris index f92a92e4..27adf1bd 100644 --- a/Makefile.solaris +++ b/Makefile.solaris @@ -9,6 +9,8 @@ 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/sha256.o OBJS += crc/sha512.o @@ -20,6 +22,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 +37,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