From 85d8bf57131a21424b50e50884372e813345f09a Mon Sep 17 00:00:00 2001 From: Marek BehĂșn Date: Sun, 3 Sep 2017 17:00:23 +0200 Subject: lib: Add CRC32-C This is needed for BTRFS. Signed-off-by: Marek Behun create mode 100644 lib/crc32c.c --- lib/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Makefile') diff --git a/lib/Makefile b/lib/Makefile index 8e1c9d1bb7..80216c2ed6 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -71,6 +71,7 @@ obj-y += display_options.o CFLAGS_display_options.o := $(if $(BUILD_TAG),-DBUILD_TAG='"$(BUILD_TAG)"') obj-$(CONFIG_BCH) += bch.o obj-y += crc32.o +obj-$(CONFIG_CRC32C) += crc32c.o obj-y += ctype.o obj-y += div64.o obj-y += hang.o -- cgit v1.2.3