Wrapfs: main Makefile
authorErez Zadok <ezk@cs.sunysb.edu>
Sat, 7 Aug 2010 02:37:12 +0000 (22:37 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Thu, 11 Aug 2011 03:20:47 +0000 (23:20 -0400)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/wrapfs/Makefile [new file with mode: 0644]

diff --git a/fs/wrapfs/Makefile b/fs/wrapfs/Makefile
new file mode 100644 (file)
index 0000000..868fa10
--- /dev/null
@@ -0,0 +1,7 @@
+WRAPFS_VERSION="0.1 (for 2.6.32)"
+
+EXTRA_CFLAGS += -DWRAPFS_VERSION=\"$(WRAPFS_VERSION)\"
+
+obj-$(CONFIG_WRAP_FS) += wrapfs.o
+
+wrapfs-y := dentry.o file.o inode.o main.o super.o lookup.o mmap.o