[PATCH 3/12: eCryptfs] Makefile

From: Phillip Hellewell
Date: Wed Nov 02 2005 - 22:43:29 EST


Makefile for eCryptfs.

Signed off by: Phillip Hellewell <phillip@xxxxxxxxxxxxxxxxxxxx>
Signed off by: Michael Halcrow <mhalcrow@xxxxxxxxxx>
Signed off by: Michael Thompson <mmcthomps@xxxxxxxxxx>
Signed off by: Kent Yoder <yoder1@xxxxxxxxxx>

Makefile | 7 +++++++
1 files changed, 7 insertions(+)
--- linux-2.6.14-rc5-mm1/fs/ecryptfs/Makefile 1969-12-31 18:00:00.000000000 -0600
+++ linux-2.6.14-rc5-mm1-ecryptfs/fs/ecryptfs/Makefile 2005-11-01 13:48:26.000000000 -0600
@@ -0,0 +1,7 @@
+#
+# Makefile for the Linux 2.6 eCryptfs
+#
+
+obj-$(CONFIG_ECRYPTFS) += ecryptfs.o
+
+ecryptfs-objs := dentry.o file.o inode.o main.o super.o mmap.o crypto.o keystore.o
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/