remove an obsolete CompareKernelPatchVer call
SVN-Revision: 25492
This commit is contained in:
parent
2d9427566a
commit
69c52daa49
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ SHA256_SUFFIX:=$(CRYPTO_GENERIC)
|
||||||
SHA512_SUFFIX:=$(CRYPTO_GENERIC)
|
SHA512_SUFFIX:=$(CRYPTO_GENERIC)
|
||||||
|
|
||||||
CRYPTO_MODULES = \
|
CRYPTO_MODULES = \
|
||||||
$(if $(filter 1,$(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.28)),ALGAPI2,ALGAPI)=crypto_algapi \
|
ALGAPI2=crypto_algapi \
|
||||||
AEAD2=aead \
|
AEAD2=aead \
|
||||||
$(if $(filter 1,$(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.36)),PCOMP2,PCOMP)=pcompress \
|
$(if $(filter 1,$(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.36)),PCOMP2,PCOMP)=pcompress \
|
||||||
BLKCIPHER2=crypto_blkcipher \
|
BLKCIPHER2=crypto_blkcipher \
|
||||||
|
|
Loading…
Reference in a new issue