commit | a6cee43d4e9f2163bca89bf25c8d529128ebc905 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Mon Dec 22 11:29:50 2008 +0100 |
committer | Jens Axboe <jens.axboe@oracle.com> | Mon Dec 22 11:29:50 2008 +0100 |
tree | 7f793e53c7c4e7c6b6f96ec8d27d4003246f8bcb | |
parent | 39555d0365036f12531f876e6b589a0bce4e5147 [diff] [blame] |
Include crc32c and crc32c-intel checksums in FreeBSD/Solaris Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
diff --git a/Makefile.solaris b/Makefile.solaris index fd1029b..27adf1b 100644 --- a/Makefile.solaris +++ b/Makefile.solaris
@@ -9,6 +9,8 @@ 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