summaryrefslogtreecommitdiff
path: root/compat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'compat/Makefile')
-rw-r--r--compat/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/compat/Makefile b/compat/Makefile
index 4857d10..0352754 100644
--- a/compat/Makefile
+++ b/compat/Makefile
@@ -69,6 +69,8 @@ $(obj)/oid_registry_data.c: $(src)/../include/linux/backport-oid_registry.h \
quiet_cmd_build_OID_registry = GEN $@
cmd_build_OID_registry = perl $(src)/build_OID_registry $< $@
compat-$(CPTCFG_BPAUTO_ASN1_DECODER) += lib-asn1_decoder.o
+kpp-objs += crypto-kpp.o
+obj-$(CPTCFG_BPAUTO_CRYPTO_KPP2) += kpp.o
skcipher-objs += crypto-skcipher.o
obj-$(CPTCFG_BPAUTO_CRYPTO_SKCIPHER) += skcipher.o
compat-$(CPTCFG_BPAUTO_RHASHTABLE) += lib-rhashtable.o
@@ -78,3 +80,4 @@ compat-$(CPTCFG_BPAUTO_PUBLIC_KEY) +=
compat-$(CPTCFG_BPAUTO_PKCS7) +=
compat-$(CPTCFG_BPAUTO_BUILD_WANT_DEV_COREDUMP) += drivers-base-devcoredump.o
compat-$(CPTCFG_BPAUTO_REFCOUNT) += lib-refcount.o
+compat-$(CPTCFG_BPAUTO_IOV_ITER) += lib-iov_iter.o