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 v4.1-rc7 10 lines 314 B view raw
1obj-$(CONFIG_CRYPTO_DEV_CCP_DD) += ccp.o 2ccp-objs := ccp-dev.o ccp-ops.o ccp-platform.o 3ccp-$(CONFIG_PCI) += ccp-pci.o 4 5obj-$(CONFIG_CRYPTO_DEV_CCP_CRYPTO) += ccp-crypto.o 6ccp-crypto-objs := ccp-crypto-main.o \ 7 ccp-crypto-aes.o \ 8 ccp-crypto-aes-cmac.o \ 9 ccp-crypto-aes-xts.o \ 10 ccp-crypto-sha.o