X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=Makefile.solaris;h=595f85450d143e966b8dbf556d9517cf9fd93adc;hp=f7235dbb1d4a2a8b36d98ebe857f9c2563421f05;hb=f03f8e473b7c8a5c4ed2de0b99717cf75521bf69;hpb=417f006858ec66f0b410c83c2e13da54662048e0 diff --git a/Makefile.solaris b/Makefile.solaris index f7235dbb..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 @@ -35,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