cmsfs: Makefile Signed-off-by: Josef 'Jeff' Sipek 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