From dda914381dd39a680a7f4584d7c89797e63b548d Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Fri, 6 Aug 2010 22:37:12 -0400 Subject: [PATCH] Wrapfs: main Makefile Signed-off-by: Erez Zadok --- fs/wrapfs/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 fs/wrapfs/Makefile diff --git a/fs/wrapfs/Makefile b/fs/wrapfs/Makefile new file mode 100644 index 000000000000..868fa10febf6 --- /dev/null +++ b/fs/wrapfs/Makefile @@ -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 -- 2.43.0