diff options
Diffstat (limited to 'lib/842/Makefile')
-rw-r--r-- | lib/842/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/842/Makefile b/lib/842/Makefile new file mode 100644 index 0000000000..6f7aad2692 --- /dev/null +++ b/lib/842/Makefile @@ -0,0 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0-only +obj-$(CONFIG_842_COMPRESS) += 842_compress.o +obj-$(CONFIG_842_DECOMPRESS) += 842_decompress.o |