arm64/crypto: GHASH secure hash using ARMv8 Crypto Extensions
[cascardo/linux.git] / arch / arm64 / crypto / Makefile
1 #
2 # linux/arch/arm64/crypto/Makefile
3 #
4 # Copyright (C) 2014 Linaro Ltd <ard.biesheuvel@linaro.org>
5 #
6 # This program is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License version 2 as
8 # published by the Free Software Foundation.
9 #
10
11 obj-$(CONFIG_CRYPTO_SHA1_ARM64_CE) += sha1-ce.o
12 sha1-ce-y := sha1-ce-glue.o sha1-ce-core.o
13
14 obj-$(CONFIG_CRYPTO_SHA2_ARM64_CE) += sha2-ce.o
15 sha2-ce-y := sha2-ce-glue.o sha2-ce-core.o
16
17 obj-$(CONFIG_CRYPTO_GHASH_ARM64_CE) += ghash-ce.o
18 ghash-ce-y := ghash-ce-glue.o ghash-ce-core.o