sh: Selective flush_cache_mm() flushing.
[linux-2.6.22.y-op.git] / arch / x86_64 / crypto / Makefile
blob15b538a8b7f7e73a1b4a37ac9a8c37494850becb
1 #
2 # x86_64/crypto/Makefile
3 #
4 # Arch-specific CryptoAPI modules.
5 #
7 obj-$(CONFIG_CRYPTO_AES_X86_64) += aes-x86_64.o
8 obj-$(CONFIG_CRYPTO_TWOFISH_X86_64) += twofish-x86_64.o
10 aes-x86_64-y := aes-x86_64-asm.o aes.o
11 twofish-x86_64-y := twofish-x86_64-asm.o twofish.o