projects
/
wrapfs-3.5.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb1f7eb
)
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>
Sun, 26 May 2013 02:47:03 +0000
(22:47 -0400)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/Makefile
patch
|
blob
|
history
diff --git
a/fs/Makefile
b/fs/Makefile
index 2fb977934673812c52e2aa9e7ed0a392e5181a34..d36746168f806a5c41a6b957bf86dc0e55e20e92 100644
(file)
--- a/
fs/Makefile
+++ b/
fs/Makefile
@@
-83,6
+83,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/