aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 992a39ef9ffd..2a9e47cc7f22 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -40,6 +40,7 @@ endif
40obj-$(CONFIG_BITREVERSE) += bitrev.o 40obj-$(CONFIG_BITREVERSE) += bitrev.o
41obj-$(CONFIG_CRC_CCITT) += crc-ccitt.o 41obj-$(CONFIG_CRC_CCITT) += crc-ccitt.o
42obj-$(CONFIG_CRC16) += crc16.o 42obj-$(CONFIG_CRC16) += crc16.o
43obj-$(CONFIG_CRC_ITU_T) += crc-itu-t.o
43obj-$(CONFIG_CRC32) += crc32.o 44obj-$(CONFIG_CRC32) += crc32.o
44obj-$(CONFIG_LIBCRC32C) += libcrc32c.o 45obj-$(CONFIG_LIBCRC32C) += libcrc32c.o
45obj-$(CONFIG_GENERIC_ALLOCATOR) += genalloc.o 46obj-$(CONFIG_GENERIC_ALLOCATOR) += genalloc.o