Michael Halcrow | 237fead | 2006-10-04 02:16:22 -0700 | [diff] [blame] | 1 | # |
2 | # Makefile for the Linux 2.6 eCryptfs | ||||
3 | # | ||||
4 | |||||
5 | obj-$(CONFIG_ECRYPT_FS) += ecryptfs.o | ||||
6 | |||||
Michael Halcrow | 746f1e5 | 2008-07-23 21:30:02 -0700 | [diff] [blame] | 7 | ecryptfs-objs := dentry.o file.o inode.o main.o super.o mmap.o read_write.o crypto.o keystore.o messaging.o netlink.o miscdev.o kthread.o debug.o |