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

Configure Feed

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

at v4.6-rc2 11 lines 335 B view raw
1# 2# S/390 crypto devices 3# 4 5ap-objs := ap_bus.o 6# zcrypt_api depends on ap 7obj-$(CONFIG_ZCRYPT) += ap.o zcrypt_api.o 8# msgtype* depend on zcrypt_api 9obj-$(CONFIG_ZCRYPT) += zcrypt_msgtype6.o zcrypt_msgtype50.o 10# adapter drivers depend on ap, zcrypt_api and msgtype* 11obj-$(CONFIG_ZCRYPT) += zcrypt_pcixcc.o zcrypt_cex2a.o zcrypt_cex4.o