1 # SPDX-License-Identifier: GPL-2.0-only << 2 # 1 # 3 # Makefile for the Linux eCryptfs 2 # Makefile for the Linux eCryptfs 4 # 3 # 5 4 6 obj-$(CONFIG_ECRYPT_FS) += ecryptfs.o 5 obj-$(CONFIG_ECRYPT_FS) += ecryptfs.o 7 6 8 ecryptfs-y := dentry.o file.o inode.o main.o s 7 ecryptfs-y := dentry.o file.o inode.o main.o super.o mmap.o read_write.o \ 9 crypto.o keystore.o kthread.o de 8 crypto.o keystore.o kthread.o debug.o 10 9 11 ecryptfs-$(CONFIG_ECRYPT_FS_MESSAGING) += mess 10 ecryptfs-$(CONFIG_ECRYPT_FS_MESSAGING) += messaging.o miscdev.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.