summaryrefslogtreecommitdiff
path: root/crypto/asymmetric_keys/Makefile
diff options
context:
space:
mode:
authorThomas Zimmermann <tzimmermann@suse.de>2022-07-14 09:57:37 +0200
committerThomas Zimmermann <tzimmermann@suse.de>2022-07-14 09:57:37 +0200
commit7039637e25cd70490ab4d04a7b331efc733fe6e8 (patch)
tree4631919f50b92a6eaece955640727707513cc0f8 /crypto/asymmetric_keys/Makefile
parent6cc10d30a2da07223b153bd87beebd63412ff5b9 (diff)
parent922de3665750792ad48a89321d68daf5d267ef5a (diff)
downloadlinux-crypto-7039637e25cd70490ab4d04a7b331efc733fe6e8.tar.gz
linux-crypto-7039637e25cd70490ab4d04a7b331efc733fe6e8.zip
Merge drm/drm-next into drm-misc-next-fixes
Backmerging from drm/drm-next for the final fixes that will go into v5.20. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Diffstat (limited to 'crypto/asymmetric_keys/Makefile')
-rw-r--r--crypto/asymmetric_keys/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/asymmetric_keys/Makefile b/crypto/asymmetric_keys/Makefile
index c38424f5..0d1fa1b6 100644
--- a/crypto/asymmetric_keys/Makefile
+++ b/crypto/asymmetric_keys/Makefile
@@ -20,7 +20,9 @@ x509_key_parser-y := \
x509.asn1.o \
x509_akid.asn1.o \
x509_cert_parser.o \
+ x509_loader.o \
x509_public_key.o
+x509_key_parser-$(CONFIG_FIPS_SIGNATURE_SELFTEST) += selftest.o
$(obj)/x509_cert_parser.o: \
$(obj)/x509.asn1.h \