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 v5.6 13 lines 271 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2obj-$(CONFIG_FS_ENCRYPTION) += fscrypto.o 3 4fscrypto-y := crypto.o \ 5 fname.o \ 6 hkdf.o \ 7 hooks.o \ 8 keyring.o \ 9 keysetup.o \ 10 keysetup_v1.o \ 11 policy.o 12 13fscrypto-$(CONFIG_BLOCK) += bio.o