Linux Audio

Check our new training course

In-person Linux kernel drivers training

Jun 16-20, 2025
Register
Loading...
v6.2
1# SPDX-License-Identifier: GPL-2.0-only
2ccflags-y += -O3
3
4obj-$(CONFIG_LZ4_COMPRESS) += lz4_compress.o
5obj-$(CONFIG_LZ4HC_COMPRESS) += lz4hc_compress.o
6obj-$(CONFIG_LZ4_DECOMPRESS) += lz4_decompress.o