1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0 2322cacceSSeth Jenningsobj-$(CONFIG_CRYPTO_DEV_NX_ENCRYPT) += nx-crypto.o 3aef7b31cSKent Yodernx-crypto-objs := nx.o \ 4aef7b31cSKent Yoder nx-aes-cbc.o \ 5aef7b31cSKent Yoder nx-aes-ecb.o \ 6aef7b31cSKent Yoder nx-aes-gcm.o \ 7aef7b31cSKent Yoder nx-aes-ccm.o \ 8aef7b31cSKent Yoder nx-aes-ctr.o \ 9aef7b31cSKent Yoder nx-aes-xcbc.o \ 10aef7b31cSKent Yoder nx-sha256.o \ 11aef7b31cSKent Yoder nx-sha512.o 120e16aafbSSeth Jennings 13*b04b076fSRandy Dunlapnx-crypto-$(CONFIG_DEBUG_FS) += nx_debugfs.o 1403952d98SDan Streetmanobj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS_PSERIES) += nx-compress-pseries.o nx-compress.o 1503952d98SDan Streetmanobj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS_POWERNV) += nx-compress-powernv.o nx-compress.o 16174d66d4SDan Streetmannx-compress-objs := nx-842.o 177da00b0eSHaren Myneninx-compress-pseries-objs := nx-common-pseries.o 1832e091a6SHaren Myneninx-compress-powernv-objs := nx-common-powernv.o 19