Makefile (60e3f1e9b7a57567c2f3b3ae013e3e292cf6d115) | Makefile (00d549bb89e471b7df550459fcb51ffbded39cbf) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# linux/arch/arm64/crypto/Makefile 4# 5# Copyright (C) 2014 Linaro Ltd <ard.biesheuvel@linaro.org> 6# 7 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# linux/arch/arm64/crypto/Makefile 4# 5# Copyright (C) 2014 Linaro Ltd <ard.biesheuvel@linaro.org> 6# 7 |
8obj-$(CONFIG_CRYPTO_SHA1_ARM64_CE) += sha1-ce.o 9sha1-ce-y := sha1-ce-glue.o sha1-ce-core.o 10 | |
11obj-$(CONFIG_CRYPTO_SHA3_ARM64) += sha3-ce.o 12sha3-ce-y := sha3-ce-glue.o sha3-ce-core.o 13 14obj-$(CONFIG_CRYPTO_SM3_NEON) += sm3-neon.o 15sm3-neon-y := sm3-neon-glue.o sm3-neon-core.o 16 17obj-$(CONFIG_CRYPTO_SM3_ARM64_CE) += sm3-ce.o 18sm3-ce-y := sm3-ce-glue.o sm3-ce-core.o --- 42 unchanged lines hidden --- | 8obj-$(CONFIG_CRYPTO_SHA3_ARM64) += sha3-ce.o 9sha3-ce-y := sha3-ce-glue.o sha3-ce-core.o 10 11obj-$(CONFIG_CRYPTO_SM3_NEON) += sm3-neon.o 12sm3-neon-y := sm3-neon-glue.o sm3-neon-core.o 13 14obj-$(CONFIG_CRYPTO_SM3_ARM64_CE) += sm3-ce.o 15sm3-ce-y := sm3-ce-glue.o sm3-ce-core.o --- 42 unchanged lines hidden --- |