aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/files/crypto/ocf/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-05-04 20:59:19 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-05-04 20:59:19 +0000
commit32e7340bf26d1d59aefb14bf1af4c2e3cb9a9642 (patch)
treee04b357c36a5042b6f844d01e89633949600fdb3 /target/linux/generic-2.6/files/crypto/ocf/Makefile
parentd30f29165acba8532b117bd7c61f71be4cd6619c (diff)
downloadupstream-32e7340bf26d1d59aefb14bf1af4c2e3cb9a9642.tar.gz
upstream-32e7340bf26d1d59aefb14bf1af4c2e3cb9a9642.tar.bz2
upstream-32e7340bf26d1d59aefb14bf1af4c2e3cb9a9642.zip
update OCF framework to version 20100325
SVN-Revision: 21356
Diffstat (limited to 'target/linux/generic-2.6/files/crypto/ocf/Makefile')
-rw-r--r--target/linux/generic-2.6/files/crypto/ocf/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/files/crypto/ocf/Makefile b/target/linux/generic-2.6/files/crypto/ocf/Makefile
index 919e551e71..fa951f401c 100644
--- a/target/linux/generic-2.6/files/crypto/ocf/Makefile
+++ b/target/linux/generic-2.6/files/crypto/ocf/Makefile
@@ -43,7 +43,10 @@ $(_obj)-$(CONFIG_OCF_IXP4XX) += ixp4xx$(_slash)
$(_obj)-$(CONFIG_OCF_TALITOS) += talitos$(_slash)
$(_obj)-$(CONFIG_OCF_PASEMI) += pasemi$(_slash)
$(_obj)-$(CONFIG_OCF_EP80579) += ep80579$(_slash)
+$(_obj)-$(CONFIG_OCF_CRYPTOCTEON) += cryptocteon$(_slash)
+$(_obj)-$(CONFIG_OCF_KIRKWOOD) += kirkwood$(_slash)
$(_obj)-$(CONFIG_OCF_OCFNULL) += ocfnull$(_slash)
+$(_obj)-$(CONFIG_OCF_C7108) += c7108$(_slash)
ocf-objs := $(OCF_OBJS)
@@ -79,7 +82,7 @@ patch:
diff -Nau /dev/null $$t | sed 's?^+++ \./?+++ linux/crypto/ocf/?'; \
done > $$patch; \
cat patches/linux-2.4.35-ocf.patch $$patch > $$patch24; \
- cat patches/linux-2.6.26-ocf.patch $$patch > $$patch26
+ cat patches/linux-2.6.33-ocf.patch $$patch > $$patch26
.PHONY: tarball
tarball: