]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - drivers/staging/skein/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.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