]> git.ipfire.org Git - people/arne_f/kernel.git/blame - drivers/s390/crypto/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[people/arne_f/kernel.git] / drivers / s390 / crypto / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
1da177e4
LT
2#
3# S/390 crypto devices
4#
5
e28d2af4 6ap-objs := ap_bus.o ap_card.o ap_queue.o
fc1d3f02
IT
7obj-$(subst m,y,$(CONFIG_ZCRYPT)) += ap.o
8# zcrypt_api.o and zcrypt_msgtype*.o depend on ap.o
e28d2af4
IT
9zcrypt-objs := zcrypt_api.o zcrypt_card.o zcrypt_queue.o
10zcrypt-objs += zcrypt_msgtype6.o zcrypt_msgtype50.o
fc1d3f02
IT
11obj-$(CONFIG_ZCRYPT) += zcrypt.o
12# adapter drivers depend on ap.o and zcrypt.o
121a868d 13obj-$(CONFIG_ZCRYPT) += zcrypt_pcixcc.o zcrypt_cex2a.o zcrypt_cex4.o
e80d4af0
HF
14
15# pkey kernel module
16pkey-objs := pkey_api.o
17obj-$(CONFIG_PKEY) += pkey.o