kernel/drivers/crypto/nx/Makefile
.. .. @@ -1,7 +1,6 @@ 1 1 # SPDX-License-Identifier: GPL-2.0 2 2 obj-$(CONFIG_CRYPTO_DEV_NX_ENCRYPT) += nx-crypto.o 3 3 nx-crypto-objs := nx.o \ 4 - nx_debugfs.o \5 4 nx-aes-cbc.o \ 6 5 nx-aes-ecb.o \ 7 6 nx-aes-gcm.o \ .. .. @@ -11,6 +10,7 @@ 11 10 nx-sha256.o \ 12 11 nx-sha512.o 13 12 13 +nx-crypto-$(CONFIG_DEBUG_FS) += nx_debugfs.o14 14 obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS_PSERIES) += nx-compress-pseries.o nx-compress.o 15 15 obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS_POWERNV) += nx-compress-powernv.o nx-compress.o 16 16 nx-compress-objs := nx-842.o