]> Git Repo - linux.git/blob - drivers/s390/crypto/Makefile
sched/deadline: Move DL related code from sched/core.c to sched/deadline.c
[linux.git] / drivers / s390 / crypto / Makefile
1 #
2 # S/390 crypto devices
3 #
4
5 ap-objs := ap_bus.o ap_card.o ap_queue.o
6 obj-$(subst m,y,$(CONFIG_ZCRYPT)) += ap.o
7 # zcrypt_api.o and zcrypt_msgtype*.o depend on ap.o
8 zcrypt-objs := zcrypt_api.o zcrypt_card.o zcrypt_queue.o
9 zcrypt-objs += zcrypt_msgtype6.o zcrypt_msgtype50.o
10 obj-$(CONFIG_ZCRYPT) += zcrypt.o
11 # adapter drivers depend on ap.o and zcrypt.o
12 obj-$(CONFIG_ZCRYPT) += zcrypt_pcixcc.o zcrypt_cex2a.o zcrypt_cex4.o
13
14 # pkey kernel module
15 pkey-objs := pkey_api.o
16 obj-$(CONFIG_PKEY) += pkey.o
This page took 0.035764 seconds and 4 git commands to generate.