projects
/
wrapfs-4.6.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99f1609
)
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>
Tue, 27 Dec 2016 19:04:42 +0000
(14:04 -0500)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/Makefile
patch
|
blob
|
history
diff --git
a/fs/Makefile
b/fs/Makefile
index 85b6e13b62d363c36a727baa0452b278ae8a1d5e..4f13ed55b971245fe1d728a3783eb9914fb2b050 100644
(file)
--- a/
fs/Makefile
+++ b/
fs/Makefile
@@
-82,6
+82,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/