500-yaffs-Kbuild-integration.patch 438 B

123456789101112131415161718
  1. --- a/fs/Kconfig
  2. +++ b/fs/Kconfig
  3. @@ -39,6 +39,7 @@ source "fs/gfs2/Kconfig"
  4. source "fs/ocfs2/Kconfig"
  5. source "fs/btrfs/Kconfig"
  6. source "fs/nilfs2/Kconfig"
  7. +source "fs/yaffs2/Kconfig"
  8. endif # BLOCK
  9. --- a/fs/Makefile
  10. +++ b/fs/Makefile
  11. @@ -128,3 +128,5 @@ obj-$(CONFIG_F2FS_FS) += f2fs/
  12. obj-y += exofs/ # Multiple modules
  13. obj-$(CONFIG_CEPH_FS) += ceph/
  14. obj-$(CONFIG_PSTORE) += pstore/
  15. +obj-$(CONFIG_YAFFS_FS) += yaffs2/
  16. +