diff options
Diffstat (limited to 'ANDROID_3.4.5/fs/ecryptfs/Makefile')
-rw-r--r-- | ANDROID_3.4.5/fs/ecryptfs/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ANDROID_3.4.5/fs/ecryptfs/Makefile b/ANDROID_3.4.5/fs/ecryptfs/Makefile new file mode 100644 index 00000000..2cc9ee4a --- /dev/null +++ b/ANDROID_3.4.5/fs/ecryptfs/Makefile @@ -0,0 +1,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 read_write.o crypto.o keystore.o messaging.o miscdev.o kthread.o debug.o |