]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - drivers/staging/skein/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / drivers / staging / skein / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
c2c7426b
JC
2#
3# Makefile for the skein secure hash algorithm
4#
075c2675
ER
5obj-$(CONFIG_CRYPTO_SKEIN) += skein.o
6skein-y := skein_base.o \
7 skein_api.o \
8 skein_block.o \
9 threefish_block.o \
10 threefish_api.o \
11 skein_generic.o