diff options
Diffstat (limited to 'arch/sparc/crypto/Makefile')
-rw-r--r-- | arch/sparc/crypto/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/sparc/crypto/Makefile b/arch/sparc/crypto/Makefile new file mode 100644 index 000000000000..9760472fe32b --- /dev/null +++ b/arch/sparc/crypto/Makefile | |||
@@ -0,0 +1,7 @@ | |||
1 | # | ||
2 | # Arch-specific CryptoAPI modules. | ||
3 | # | ||
4 | |||
5 | obj-$(CONFIG_CRYPTO_SHA1_SPARC64) += sha1-sparc64.o | ||
6 | |||
7 | sha1-sparc64-y := sha1_asm.o sha1_glue.o | ||