License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / arch / mips / cavium-octeon / crypto / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
f421258d
AK
2#
3# OCTEON-specific crypto modules.
4#
5
6obj-y += octeon-crypto.o
1953c22f 7
82be2dcf
AK
8obj-$(CONFIG_CRYPTO_MD5_OCTEON) += octeon-md5.o
9obj-$(CONFIG_CRYPTO_SHA1_OCTEON) += octeon-sha1.o
c3d0def6 10obj-$(CONFIG_CRYPTO_SHA256_OCTEON) += octeon-sha256.o
fbaa4dfd 11obj-$(CONFIG_CRYPTO_SHA512_OCTEON) += octeon-sha512.o