X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=Makefile;h=11bb17e7387b3b1bf54d36fc455596370d4a4a4e;hp=14fcdd13926cc801add67d56d261bb038124a471;hb=1025d13dc9b230ac798eda37c7f3bb4471951a00;hpb=091708da23c98d1d8769ede36dd30768ccb85086 diff --git a/Makefile b/Makefile index 14fcdd13..11bb17e7 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ 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/crc64.o OBJS += crc/sha256.o OBJS += crc/sha512.o