summaryrefslogtreecommitdiffstats
path: root/lib/lzo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lzo/Makefile')
-rw-r--r--lib/lzo/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/lzo/Makefile b/lib/lzo/Makefile
new file mode 100644
index 0000000000..e1a97aebc3
--- /dev/null
+++ b/lib/lzo/Makefile
@@ -0,0 +1,4 @@
+
+obj-$(CONFIG_LZO_COMPRESS) += lzo1x_compress.o
+obj-$(CONFIG_LZO_DECOMPRESS) += lzo1x_decompress.o
+