Makefile 297 B

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