aboutsummaryrefslogtreecommitdiffstats
path: root/lib/lz4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lz4/Makefile')
-rw-r--r--lib/lz4/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/lz4/Makefile b/lib/lz4/Makefile
new file mode 100644
index 0000000..8085d04
--- /dev/null
+++ b/lib/lz4/Makefile
@@ -0,0 +1,3 @@
+obj-$(CONFIG_LZ4_COMPRESS) += lz4_compress.o
+obj-$(CONFIG_LZ4HC_COMPRESS) += lz4hc_compress.o
+obj-$(CONFIG_LZ4_DECOMPRESS) += lz4_decompress.o