X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fecryptfs%2FMakefile;h=1e34a7fd4884391b5bec9a3de93bc4dfb86d7d2b;hb=2a5f2e3e6cd1ce9fb3f8b186b6bc9aa1f1497a92;hp=1f1107237eab166c460c03fd11841b658ca2c7c0;hpb=f8abea8f8c24ecdad6d6861bffb912f23f2741cd;p=linux-2.6 diff --git a/fs/ecryptfs/Makefile b/fs/ecryptfs/Makefile index 1f1107237e..1e34a7fd48 100644 --- a/fs/ecryptfs/Makefile +++ b/fs/ecryptfs/Makefile @@ -4,4 +4,4 @@ obj-$(CONFIG_ECRYPT_FS) += ecryptfs.o -ecryptfs-objs := dentry.o file.o inode.o main.o super.o mmap.o crypto.o keystore.o messaging.o netlink.o debug.o +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 debug.o