summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2018-02-01 11:46:12 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2018-02-05 08:29:52 +0100
commit5ca2233e3ab2e718cc7128f4a42fd80dd091502d (patch)
tree1acee5990e5d291a1f70b42c3d03e7521d365640 /lib/Makefile
parent019e11e601dc42124511ca9a0eeb7469d6b5cc08 (diff)
downloadbarebox-5ca2233e3ab2e718cc7128f4a42fd80dd091502d.tar.gz
barebox-5ca2233e3ab2e718cc7128f4a42fd80dd091502d.tar.xz
lib: Add xxhash module
Based on kernel commit 5d2405227a9e ("lib: Add xxhash module"). Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> 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 66c59fe15e..db9c895e46 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -22,6 +22,7 @@ obj-y += cmdlinepart.o
obj-y += recursive_action.o
obj-y += make_directory.o
obj-y += math.o
+obj-$(CONFIG_XXHASH) += xxhash.o
obj-$(CONFIG_BZLIB) += decompress_bunzip2.o
obj-$(CONFIG_ZLIB) += decompress_inflate.o zlib_inflate/
obj-$(CONFIG_XZ_DECOMPRESS) += decompress_unxz.o xz/