Include crc32c and crc32c-intel checksums in FreeBSD/Solaris
authorJens Axboe <jens.axboe@oracle.com>
Mon, 22 Dec 2008 10:29:50 +0000 (11:29 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 22 Dec 2008 10:29:50 +0000 (11:29 +0100)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Makefile.FreeBSD
Makefile.solaris

index 6b41db156c3444e057def9ef65b3e31e8b7c2812..ec67dd168be843fcef1ed81ad2dd4a4cc7740da1 100644 (file)
@@ -11,6 +11,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
index fd1029bc5f38b2e518c6dde55db375b79d0bdfb2..27adf1bd6745a8858b996c4e69c62f204f153a86 100644 (file)
@@ -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