forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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