diff options
Diffstat (limited to 'arch/loongarch/crypto/Makefile')
-rw-r--r-- | arch/loongarch/crypto/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/loongarch/crypto/Makefile b/arch/loongarch/crypto/Makefile new file mode 100644 index 0000000000..d22613d27c --- /dev/null +++ b/arch/loongarch/crypto/Makefile @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0 +# +# Makefile for LoongArch crypto files.. +# + +obj-$(CONFIG_CRYPTO_CRC32_LOONGARCH) += crc32-loongarch.o |