12 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Makefile for the Linux eCryptfs4#5 6obj-$(CONFIG_ECRYPT_FS) += ecryptfs.o7 8ecryptfs-y := dentry.o file.o inode.o main.o super.o mmap.o read_write.o \9 crypto.o keystore.o kthread.o debug.o10 11ecryptfs-$(CONFIG_ECRYPT_FS_MESSAGING) += messaging.o miscdev.o12