diff options
author | 2025-03-08 22:04:20 +0800 | |
---|---|---|
committer | 2025-03-08 22:04:20 +0800 | |
commit | a07bb8fd1299070229f0e8f3dcb57ffd5ef9870a (patch) | |
tree | 84f21bd0bf7071bc5fc7dd989e77d7ceb5476682 /lib/lzo/Makefile | |
download | ohosKernel-a07bb8fd1299070229f0e8f3dcb57ffd5ef9870a.tar.gz ohosKernel-a07bb8fd1299070229f0e8f3dcb57ffd5ef9870a.zip |
Initial commit: OpenHarmony-v4.0-ReleaseOpenHarmony-v4.0-Release
Diffstat (limited to 'lib/lzo/Makefile')
-rw-r--r-- | lib/lzo/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/lzo/Makefile b/lib/lzo/Makefile new file mode 100644 index 000000000..2f58fafbb --- /dev/null +++ b/lib/lzo/Makefile | |||
@@ -0,0 +1,6 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
2 | lzo_compress-objs := lzo1x_compress.o | ||
3 | lzo_decompress-objs := lzo1x_decompress_safe.o | ||
4 | |||
5 | obj-$(CONFIG_LZO_COMPRESS) += lzo_compress.o | ||
6 | obj-$(CONFIG_LZO_DECOMPRESS) += lzo_decompress.o | ||