projects
/
unionfs-2.6.24.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0288419
)
Unionfs: move fs/Makefile entry up to minimize merge conflicts
author
Erez Zadok
<ezk@cs.sunysb.edu>
Sun, 27 Jul 2008 19:51:47 +0000
(15:51 -0400)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Sun, 27 Jul 2008 19:51:47 +0000
(15:51 -0400)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/Makefile
patch
|
blob
|
history
diff --git
a/fs/Makefile
b/fs/Makefile
index e2022885de5a7c002430b83f12ee5db9b7dbce0c..e3554c86a4b47c788500ff9c950352e055a12898 100644
(file)
--- a/
fs/Makefile
+++ b/
fs/Makefile
@@
-84,6
+84,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_UNION_FS) += unionfs/
obj-$(CONFIG_VXFS_FS) += freevxfs/
obj-$(CONFIG_NFS_FS) += nfs/
obj-$(CONFIG_EXPORTFS) += exportfs/
@@
-118,4
+119,3
@@
obj-$(CONFIG_HPPFS) += hppfs/
obj-$(CONFIG_DEBUG_FS) += debugfs/
obj-$(CONFIG_OCFS2_FS) += ocfs2/
obj-$(CONFIG_GFS2_FS) += gfs2/
-obj-$(CONFIG_UNION_FS) += unionfs/