]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - arch/x86_64/crypto/Makefile
[CRYPTO] twofish: x86-64 assembly version
[mirror_ubuntu-eoan-kernel.git] / arch / x86_64 / crypto / Makefile
CommitLineData
a2a892a2
AS
1#
2# x86_64/crypto/Makefile
3#
4# Arch-specific CryptoAPI modules.
5#
6
7obj-$(CONFIG_CRYPTO_AES_X86_64) += aes-x86_64.o
eaf44088 8obj-$(CONFIG_CRYPTO_TWOFISH_X86_64) += twofish-x86_64.o
a2a892a2
AS
9
10aes-x86_64-y := aes-x86_64-asm.o aes.o
eaf44088
JF
11twofish-x86_64-y := twofish-x86_64-asm.o twofish.o
12