Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.6-rc5 10 lines 263 B view raw
1# 2# Makefile for the Linux eCryptfs 3# 4 5obj-$(CONFIG_ECRYPT_FS) += ecryptfs.o 6 7ecryptfs-y := dentry.o file.o inode.o main.o super.o mmap.o read_write.o \ 8 crypto.o keystore.o kthread.o debug.o 9 10ecryptfs-$(CONFIG_ECRYPT_FS_MESSAGING) += messaging.o miscdev.o