swh:1:snp:3c665ee4f67729f27f2e40193ab88e7298cf0fef
Raw File
Tip revision: 66f41d4c5c8a5deed66fdcc84509376c9a0bf9d8 authored by Linus Torvalds on 30 April 2010, 03:02:05 UTC
Linux 2.6.34-rc6
Tip revision: 66f41d4
Makefile
#
# 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
back to top