projects
/
unionfs-2.6.29.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbd51c6
)
Unionfs: move fs/Makefile entry up to minimize merge conflicts
author
Erez Zadok
<ezk@cs.sunysb.edu>
Mon, 28 Jul 2008 04:25:46 +0000
(
00:25
-0400)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Thu, 6 Aug 2009 19:37:56 +0000
(15:37 -0400)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/Makefile
patch
|
blob
|
history
diff --git
a/fs/Makefile
b/fs/Makefile
index f58a5f6f2f0dac5c96a39f72b6ea574e2712b7f5..17fad9fe246492e009b2559cb38cf811b47c1bee 100644
(file)
--- a/
fs/Makefile
+++ b/
fs/Makefile
@@
-87,6
+87,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/
@@
-124,4
+125,3
@@
obj-$(CONFIG_DEBUG_FS) += debugfs/
obj-$(CONFIG_OCFS2_FS) += ocfs2/
obj-$(CONFIG_BTRFS_FS) += btrfs/
obj-$(CONFIG_GFS2_FS) += gfs2/
-obj-$(CONFIG_UNION_FS) += unionfs/