Makefile 332 B

123456789101112
  1. # SPDX-License-Identifier: GPL-2.0
  2. #
  3. # Makefile for Cavium's ZIP Driver.
  4. #
  5. obj-$(CONFIG_CRYPTO_DEV_CAVIUM_ZIP) += thunderx_zip.o
  6. thunderx_zip-y := zip_main.o \
  7. zip_device.o \
  8. zip_crypto.o \
  9. zip_mem.o \
  10. zip_deflate.o \
  11. zip_inflate.o