From 4fa7c3dfc2dfab3e5580b864a6f4b41bbcdfd902 Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Mon, 4 Jan 2010 20:45:06 -0500 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.34.1