License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / drivers / staging / skein / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for the skein secure hash algorithm
4 #
5 obj-$(CONFIG_CRYPTO_SKEIN) += skein.o
6 skein-y := skein_base.o \
7            skein_api.o \
8            skein_block.o \
9            threefish_block.o \
10            threefish_api.o \
11            skein_generic.o