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 | da0102a | 2007-10-16 01:28:07 -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 debug.o |