blob: ca6562451eeb29472a07589258f1553032443551 (
plain) (
blame)
1
2
3
4
5
6
7
|
#
# Makefile for the Linux 2.6 eCryptfs
#
obj-$(CONFIG_ECRYPT_FS) += ecryptfs.o
ecryptfs-objs := dentry.o file.o inode.o main.o super.o mmap.o crypto.o keystore.o debug.o
|