]> git.ipfire.org Git - thirdparty/linux.git/blame - drivers/crypto/cavium/zip/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/linux.git] / drivers / crypto / cavium / zip / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
640035a2
MC
2#
3# Makefile for Cavium's ZIP Driver.
4#
5
6obj-$(CONFIG_CRYPTO_DEV_CAVIUM_ZIP) += thunderx_zip.o
7thunderx_zip-y := zip_main.o \
8 zip_device.o \
f05845fc
MC
9 zip_crypto.o \
10 zip_mem.o \
11 zip_deflate.o \
12 zip_inflate.o