projects
/
wrapfs-2.6.38.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96870db
)
Makefile: hook to compile Wrapfs
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>
Fri, 17 Jun 2011 18:32:09 +0000
(11:32 -0700)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/Makefile
patch
|
blob
|
history
diff --git
a/fs/Makefile
b/fs/Makefile
index a7f7cef0c0c8343da03006fe39d5cce1a6bd225a..e7b6518e7fee0c8ab2c9b6073306c7488833daf2 100644
(file)
--- a/
fs/Makefile
+++ b/
fs/Makefile
@@
-81,6
+81,7
@@
obj-$(CONFIG_ISO9660_FS) += isofs/
obj-$(CONFIG_HFSPLUS_FS) += hfsplus/ # Before hfs to find wrapped HFS+
obj-$(CONFIG_HFS_FS) += hfs/
obj-$(CONFIG_ECRYPT_FS) += ecryptfs/
+obj-$(CONFIG_WRAP_FS) += wrapfs/
obj-$(CONFIG_VXFS_FS) += freevxfs/
obj-$(CONFIG_NFS_FS) += nfs/
obj-$(CONFIG_EXPORTFS) += exportfs/