]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blob - drivers/crypto/nx/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-kernels.git] / drivers / crypto / nx / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 obj-$(CONFIG_CRYPTO_DEV_NX_ENCRYPT) += nx-crypto.o
3 nx-crypto-objs := nx.o \
4 nx_debugfs.o \
5 nx-aes-cbc.o \
6 nx-aes-ecb.o \
7 nx-aes-gcm.o \
8 nx-aes-ccm.o \
9 nx-aes-ctr.o \
10 nx-aes-xcbc.o \
11 nx-sha256.o \
12 nx-sha512.o
13
14 obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS_PSERIES) += nx-compress-pseries.o nx-compress.o
15 obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS_POWERNV) += nx-compress-powernv.o nx-compress.o
16 nx-compress-objs := nx-842.o
17 nx-compress-pseries-objs := nx-842-pseries.o
18 nx-compress-powernv-objs := nx-842-powernv.o