mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
f05845fcba
This contains changes for adding compression/decompression h/w offload functionality for both DEFLATE and LZS. Signed-off-by: Mahipal Challa <Mahipal.Challa@cavium.com> Signed-off-by: Jan Glauber <jglauber@cavium.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
12 lines
297 B
Makefile
12 lines
297 B
Makefile
#
|
|
# Makefile for Cavium's ZIP Driver.
|
|
#
|
|
|
|
obj-$(CONFIG_CRYPTO_DEV_CAVIUM_ZIP) += thunderx_zip.o
|
|
thunderx_zip-y := zip_main.o \
|
|
zip_device.o \
|
|
zip_crypto.o \
|
|
zip_mem.o \
|
|
zip_deflate.o \
|
|
zip_inflate.o
|