summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorAndrey Smirnov <andrew.smirnov@gmail.com>2018-11-05 10:32:19 -0800
committerSascha Hauer <s.hauer@pengutronix.de>2018-11-06 09:53:05 +0100
commit0832036825c996a753595ceb445fc8b3971908f2 (patch)
treeb3a9bdd672eebbc9fe151257395dfec15ce44966 /lib/Makefile
parent92f5e94c3c286f770977dd668dc01f9036f41c01 (diff)
downloadbarebox-0832036825c996a753595ceb445fc8b3971908f2.tar.gz
barebox-0832036825c996a753595ceb445fc8b3971908f2.tar.xz
lib: Port CRC8 implementation from Linux kernel
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
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 693945fb2c..bd2dae7643 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -65,6 +65,7 @@ obj-y += int_sqrt.o
obj-y += parseopt.o
obj-y += clz_ctz.o
obj-$(CONFIG_CRC_CCITT) += crc-ccitt.o
+obj-$(CONFIG_CRC8) += crc8.o
# GCC library routines
obj-$(CONFIG_GENERIC_LIB_ASHLDI3) += ashldi3.o