From: Andrew Morton y'know, the worst possible place to add new stuff is at the end of the list, because that's where everyone else adds stuff. random insertion wins. Or alphabetic. Cc: Erez Zadok Signed-off-by: Andrew Morton --- fs/Makefile | 1 + 1 file changed, 1 insertion(+) diff -puN fs/Makefile~git-unionfs-fixup fs/Makefile --- a/fs/Makefile~git-unionfs-fixup +++ a/fs/Makefile @@ -96,6 +96,7 @@ obj-$(CONFIG_NLS) += nls/ obj-$(CONFIG_SYSV_FS) += sysv/ obj-$(CONFIG_SMB_FS) += smbfs/ obj-$(CONFIG_CIFS) += cifs/ +obj-$(CONFIG_UNION_FS) += unionfs/ obj-$(CONFIG_NCP_FS) += ncpfs/ obj-$(CONFIG_HPFS_FS) += hpfs/ obj-$(CONFIG_NTFS_FS) += ntfs/ _