X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fi386%2Fcrypto%2FMakefile;fp=arch%2Fi386%2Fcrypto%2FMakefile;h=3fd19af18e34265f9f937ddd7c5737a2adbd6617;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hp=103c353d0a63771524cef28d25606b95d59adb73;hpb=76828883507a47dae78837ab5dec5a5b4513c667;p=linux-2.6.git diff --git a/arch/i386/crypto/Makefile b/arch/i386/crypto/Makefile index 103c353d0..3fd19af18 100644 --- a/arch/i386/crypto/Makefile +++ b/arch/i386/crypto/Makefile @@ -5,5 +5,8 @@ # obj-$(CONFIG_CRYPTO_AES_586) += aes-i586.o +obj-$(CONFIG_CRYPTO_TWOFISH_586) += twofish-i586.o aes-i586-y := aes-i586-asm.o aes.o +twofish-i586-y := twofish-i586-asm.o twofish.o +