You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
374 B
17 lines
374 B
#
|
|
# S/390 crypto devices
|
|
#
|
|
|
|
ifdef CONFIG_ZCRYPT_MONOLITHIC
|
|
|
|
z90crypt-objs := zcrypt_mono.o ap_bus.o zcrypt_api.o \
|
|
zcrypt_pcica.o zcrypt_pcicc.o zcrypt_pcixcc.o zcrypt_cex2a.o
|
|
obj-$(CONFIG_ZCRYPT) += z90crypt.o
|
|
|
|
else
|
|
|
|
ap-objs := ap_bus.o
|
|
obj-$(CONFIG_ZCRYPT) += ap.o zcrypt_api.o zcrypt_pcicc.o zcrypt_pcixcc.o
|
|
obj-$(CONFIG_ZCRYPT) += zcrypt_pcica.o zcrypt_cex2a.o
|
|
|
|
endif
|
|
|