xref: /linux/arch/sparc/crypto/Makefile (revision d8768fb12a14c30436bd0466b4fc28edeef45078)
1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
24ff28d4cSDavid S. Miller#
34ff28d4cSDavid S. Miller# Arch-specific CryptoAPI modules.
44ff28d4cSDavid S. Miller#
54ff28d4cSDavid S. Miller
69bf4852dSDavid S. Millerobj-$(CONFIG_CRYPTO_AES_SPARC64) += aes-sparc64.o
7c5aac2dfSDavid S. Millerobj-$(CONFIG_CRYPTO_DES_SPARC64) += des-sparc64.o
8*aebb48f5SCorentin Labbeobj-$(CONFIG_CRYPTO_CAMELLIA_SPARC64) += camellia-sparc64.o
99bf4852dSDavid S. Miller
10226f7ceaSDavid S. Milleraes-sparc64-y := aes_asm.o aes_glue.o
11226f7ceaSDavid S. Millerdes-sparc64-y := des_asm.o des_glue.o
12226f7ceaSDavid S. Millercamellia-sparc64-y := camellia_asm.o camellia_glue.o
13