diff options
Diffstat (limited to 'kernel/lib/lzo/Makefile')
-rw-r--r-- | kernel/lib/lzo/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kernel/lib/lzo/Makefile b/kernel/lib/lzo/Makefile new file mode 100644 index 000000000..f0f7d7ca2 --- /dev/null +++ b/kernel/lib/lzo/Makefile @@ -0,0 +1,5 @@ +lzo_compress-objs := lzo1x_compress.o +lzo_decompress-objs := lzo1x_decompress_safe.o + +obj-$(CONFIG_LZO_COMPRESS) += lzo_compress.o +obj-$(CONFIG_LZO_DECOMPRESS) += lzo_decompress.o |