diff options
Diffstat (limited to 'target/linux/generic-2.6/files/crypto/ocf/Makefile')
-rw-r--r-- | target/linux/generic-2.6/files/crypto/ocf/Makefile | 5 |
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: |