summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-24 21:11:50 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-24 21:11:50 +0200
commitc16ef3c165b961e8d934d15838ca49d0a8e4a8cc (patch)
tree97c9961cc3deb1a6b13e54a9a6f444b6d76ce128 /mk
parent23b4016d58410c30b0054e2c4ecd910a4817d313 (diff)
add XCBC kernel module
Diffstat (limited to 'mk')
-rw-r--r--mk/modules.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/mk/modules.mk b/mk/modules.mk
index 49233d6cb..b007fa3a5 100644
--- a/mk/modules.mk
+++ b/mk/modules.mk
@@ -786,6 +786,10 @@ $(eval $(call KMOD_template,CRYPTO_HMAC,crypto-hmac,\
$(MODULES_DIR)/kernel/crypto/hmac \
,11))
+$(eval $(call KMOD_template,CRYPTO_XCBC,crypto-xcbc,\
+ $(MODULES_DIR)/kernel/crypto/xcbc \
+,11))
+
$(eval $(call KMOD_template,CRYPTO_NULL,crypto-null,\
$(MODULES_DIR)/kernel/crypto/crypto_null \
,11))