Signed-off-by: Josef 'Jeff' Sipek <jeffpc@xxxxxxxxxxxxxx> --- fs/Makefile | 1 + fs/cmsfs/Makefile | 3 +++ 2 files changed, 4 insertions(+), 0 deletions(-) create mode 100644 fs/cmsfs/Makefile diff --git a/fs/Makefile b/fs/Makefile index a1482a5..3aa1749 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -76,6 +76,7 @@ obj-$(CONFIG_EXT2_FS) += ext2/ obj-$(CONFIG_CRAMFS) += cramfs/ obj-y += ramfs/ obj-$(CONFIG_HUGETLBFS) += hugetlbfs/ +obj-$(CONFIG_CMS_FS) += cmsfs/ obj-$(CONFIG_CODA_FS) += coda/ obj-$(CONFIG_MINIX_FS) += minix/ obj-$(CONFIG_FAT_FS) += fat/ diff --git a/fs/cmsfs/Makefile b/fs/cmsfs/Makefile new file mode 100644 index 0000000..bb6f5ba --- /dev/null +++ b/fs/cmsfs/Makefile @@ -0,0 +1,3 @@ +obj-$(CONFIG_CMS_FS) += cmsfs.o + +cmsfs-y += super.o inode.o file.o bmap.o helpers.o ebcdic.o xattr.o -- 1.5.6.3 -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html