projects
/
wrapfs-3.6.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
416e202
)
Wrapfs: main Makefile
author
Erez Zadok
<ezk@cs.sunysb.edu>
Tue, 5 Jan 2010 01:45:06 +0000
(20:45 -0500)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Sun, 26 May 2013 02:47:50 +0000
(22:47 -0400)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/wrapfs/Makefile
[new file with mode: 0644]
patch
|
blob
diff --git a/fs/wrapfs/Makefile
b/fs/wrapfs/Makefile
new file mode 100644
(file)
index 0000000..
868fa10
--- /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