summaryrefslogtreecommitdiff
path: root/compat/Makefile
diff options
context:
space:
mode:
authorDominik Sliwa <dominik.sliwa@toradex.com>2017-12-22 12:07:34 +0000
committerDominik Sliwa <dominik.sliwa@toradex.com>2017-12-22 16:46:44 +0100
commit198e79f0e8f0b24c1e36ab6032d348f40de20262 (patch)
treed8dd6411978560fd0b6832761b085ac431253389 /compat/Makefile
parentc8beff5117bd4614be26bf28e97b885e8af42a67 (diff)
Signed-off-by: Dominik Sliwa <dominik.sliwa@toradex.com>
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