hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/crypto/nx/Makefile
....@@ -1,7 +1,6 @@
11 # SPDX-License-Identifier: GPL-2.0
22 obj-$(CONFIG_CRYPTO_DEV_NX_ENCRYPT) += nx-crypto.o
33 nx-crypto-objs := nx.o \
4
- nx_debugfs.o \
54 nx-aes-cbc.o \
65 nx-aes-ecb.o \
76 nx-aes-gcm.o \
....@@ -11,6 +10,7 @@
1110 nx-sha256.o \
1211 nx-sha512.o
1312
13
+nx-crypto-$(CONFIG_DEBUG_FS) += nx_debugfs.o
1414 obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS_PSERIES) += nx-compress-pseries.o nx-compress.o
1515 obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS_POWERNV) += nx-compress-powernv.o nx-compress.o
1616 nx-compress-objs := nx-842.o