summaryrefslogtreecommitdiff
path: root/package/kernel/linux/modules/crypto.mk
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2013-07-19 14:41:33 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2013-07-19 14:41:33 +0000
commit4a9adf43001bafb654b51e4f831c52e09562d4a4 (patch)
tree61625c6311556dbcae4d747db354570f9b623507 /package/kernel/linux/modules/crypto.mk
parent7642a4eeaaf61b29337021b9bd1df01a4384a242 (diff)
downloadmtk-20170518-4a9adf43001bafb654b51e4f831c52e09562d4a4.zip
mtk-20170518-4a9adf43001bafb654b51e4f831c52e09562d4a4.tar.gz
mtk-20170518-4a9adf43001bafb654b51e4f831c52e09562d4a4.tar.bz2
kernel: fix syntax error in kmod-crypto-misc
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37441
Diffstat (limited to 'package/kernel/linux/modules/crypto.mk')
-rw-r--r--package/kernel/linux/modules/crypto.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk
index 241b596..0d5249b 100644
--- a/package/kernel/linux/modules/crypto.mk
+++ b/package/kernel/linux/modules/crypto.mk
@@ -386,7 +386,7 @@ define KernelPackage/crypto-misc
FILES:= \
$(LINUX_DIR)/crypto/anubis.ko \
$(LINUX_DIR)/crypto/camellia$(camellia_mod_suffix).ko \
- $((if $(call kernel_patchver_ge,3.7),$(LINUX_DIR)/crypto/cast_common.ko) \
+ $(if $(call kernel_patchver_ge,3.7),$(LINUX_DIR)/crypto/cast_common.ko) \
$(LINUX_DIR)/crypto/cast5$(cast56_mod_suffix).ko \
$(LINUX_DIR)/crypto/cast6$(cast56_mod_suffix).ko \
$(LINUX_DIR)/crypto/fcrypt.ko \