500-yaffs-Kbuild-integration.patch 479 B

123456789101112131415161718
  1. --- a/fs/Kconfig
  2. +++ b/fs/Kconfig
  3. @@ -30,6 +30,7 @@ source "fs/ocfs2/Kconfig"
  4. source "fs/btrfs/Kconfig"
  5. source "fs/nilfs2/Kconfig"
  6. source "fs/f2fs/Kconfig"
  7. +source "fs/yaffs2/Kconfig"
  8. config FS_DAX
  9. bool "Direct Access (DAX) support"
  10. --- a/fs/Makefile
  11. +++ b/fs/Makefile
  12. @@ -126,3 +126,5 @@ obj-y += exofs/ # Multiple modules
  13. obj-$(CONFIG_CEPH_FS) += ceph/
  14. obj-$(CONFIG_PSTORE) += pstore/
  15. obj-$(CONFIG_EFIVAR_FS) += efivarfs/
  16. +obj-$(CONFIG_YAFFS_FS) += yaffs2/
  17. +