7 lines
138 B
Makefile
7 lines
138 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
#
|
||
|
# Makefile for LoongArch crypto files..
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_CRYPTO_CRC32_LOONGARCH) += crc32-loongarch.o
|