summaryrefslogtreecommitdiff
path: root/backport/compat/Makefile
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2017-10-13 12:26:23 +0200
committerJohannes Berg <johannes.berg@intel.com>2017-10-13 15:29:52 +0200
commitdeaa397ea3d6c1ae5f7b6c089e8b805c02b293e5 (patch)
treeba6bc6e4439e1e8b40361d1c1e59dcb0e1579d8c /backport/compat/Makefile
parentb63923298a77174183a7abc9390bae5500703c05 (diff)
backports: remove CRYPTO_CCM backport
This never actually worked properly as far as I can tell, and now it looks like it won't even compile due to the real crypto_memneq() backport. Just remove it - distro kernels have it enabled and all others should just enable it. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'backport/compat/Makefile')
-rw-r--r--backport/compat/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/backport/compat/Makefile b/backport/compat/Makefile
index ead22a00..69cfd514 100644
--- a/backport/compat/Makefile
+++ b/backport/compat/Makefile
@@ -37,7 +37,6 @@ compat-$(CPTCFG_KERNEL_4_7) += backport-4.7.o
compat-$(CPTCFG_KERNEL_4_8) += backport-4.8.o
compat-$(CPTCFG_KERNEL_4_10) += backport-4.10.o
-compat-$(CPTCFG_BPAUTO_BUILD_CRYPTO_CCM) += crypto-ccm.o
compat-$(CPTCFG_BPAUTO_CRYPTO_SKCIPHER) += crypto-skcipher.o
compat-$(CPTCFG_BPAUTO_BUILD_SYSTEM_DATA_VERIFICATION) += verification/verify.o