blob: b40896276e93df31d666b5b14090a5db3b7f0185 [file] [log] [blame]
Thomas Gleixner3900b172007-10-11 11:14:04 +02001#
Thomas Gleixner987c75d72007-10-11 11:17:03 +02002# x86/crypto/Makefile
Thomas Gleixner3900b172007-10-11 11:14:04 +02003#
4# Arch-specific CryptoAPI modules.
5#
6
7obj-$(CONFIG_CRYPTO_AES_X86_64) += aes-x86_64.o
8obj-$(CONFIG_CRYPTO_TWOFISH_X86_64) += twofish-x86_64.o
9
10aes-x86_64-y := aes-x86_64-asm_64.o aes_64.o
11twofish-x86_64-y := twofish-x86_64-asm_64.o twofish_64.o
12