diff options
Diffstat (limited to 'arch/i386/crypto/Makefile')
-rw-r--r-- | arch/i386/crypto/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/i386/crypto/Makefile b/arch/i386/crypto/Makefile new file mode 100644 index 000000000000..103c353d0a63 --- /dev/null +++ b/arch/i386/crypto/Makefile | |||
@@ -0,0 +1,9 @@ | |||
1 | # | ||
2 | # i386/crypto/Makefile | ||
3 | # | ||
4 | # Arch-specific CryptoAPI modules. | ||
5 | # | ||
6 | |||
7 | obj-$(CONFIG_CRYPTO_AES_586) += aes-i586.o | ||
8 | |||
9 | aes-i586-y := aes-i586-asm.o aes.o | ||