From 76cb841cb886eef6b3bee341a2266c76578724ad Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 03:02:30 +0200 Subject: Adding upstream version 4.19.249. Signed-off-by: Daniel Baumann --- lib/lzo/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lib/lzo/Makefile (limited to 'lib/lzo/Makefile') diff --git a/lib/lzo/Makefile b/lib/lzo/Makefile new file mode 100644 index 000000000..f0f7d7ca2 --- /dev/null +++ b/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 -- cgit v1.2.3