]> git.ipfire.org Git - thirdparty/kernel/stable.git/blame - arch/arm64/crypto/Makefile
arm64/crypto: SHA-224/SHA-256 using ARMv8 Crypto Extensions
[thirdparty/kernel/stable.git] / arch / arm64 / crypto / Makefile
CommitLineData
2c98833a
AB
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
11obj-$(CONFIG_CRYPTO_SHA1_ARM64_CE) += sha1-ce.o
12sha1-ce-y := sha1-ce-glue.o sha1-ce-core.o
6ba6c74d
AB
13
14obj-$(CONFIG_CRYPTO_SHA2_ARM64_CE) += sha2-ce.o
15sha2-ce-y := sha2-ce-glue.o sha2-ce-core.o