brintos

brintos / linux-shallow public Read only

0
0
Text · 599 B · 483cef6 Raw
19 lines · plain
1# SPDX-License-Identifier: GPL-2.02obj-$(CONFIG_CRYPTO_DEV_NX_ENCRYPT) += nx-crypto.o3nx-crypto-objs := nx.o \4		  nx-aes-cbc.o \5		  nx-aes-ecb.o \6		  nx-aes-gcm.o \7		  nx-aes-ccm.o \8		  nx-aes-ctr.o \9		  nx-aes-xcbc.o \10		  nx-sha256.o \11		  nx-sha512.o12 13nx-crypto-$(CONFIG_DEBUG_FS) += nx_debugfs.o14obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS_PSERIES) += nx-compress-pseries.o nx-compress.o15obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS_POWERNV) += nx-compress-powernv.o nx-compress.o16nx-compress-objs := nx-842.o17nx-compress-pseries-objs := nx-common-pseries.o18nx-compress-powernv-objs := nx-common-powernv.o19