Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.24 17 lines 374 B view raw
1# 2# S/390 crypto devices 3# 4 5ifdef CONFIG_ZCRYPT_MONOLITHIC 6 7z90crypt-objs := zcrypt_mono.o ap_bus.o zcrypt_api.o \ 8 zcrypt_pcica.o zcrypt_pcicc.o zcrypt_pcixcc.o zcrypt_cex2a.o 9obj-$(CONFIG_ZCRYPT) += z90crypt.o 10 11else 12 13ap-objs := ap_bus.o 14obj-$(CONFIG_ZCRYPT) += ap.o zcrypt_api.o zcrypt_pcicc.o zcrypt_pcixcc.o 15obj-$(CONFIG_ZCRYPT) += zcrypt_pcica.o zcrypt_cex2a.o 16 17endif