diff options
Diffstat (limited to 'fs/Makefile')
-rw-r--r-- | fs/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/Makefile b/fs/Makefile index fb68c2b..2999b4d 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -124,3 +124,6 @@ obj-$(CONFIG_GFS2_FS) += gfs2/ obj-$(CONFIG_EXOFS_FS) += exofs/ obj-$(CONFIG_CEPH_FS) += ceph/ obj-$(CONFIG_PSTORE) += pstore/ + +# Patched by YAFFS +obj-$(CONFIG_YAFFS_FS) += yaffs2/ |