Add a framework that may someday support shared memory objects in the VFS

This commit is contained in:
Gregory Nutt 2014-09-29 16:46:31 -06:00
parent 2f970ffaf7
commit db3cdcf7cc
2 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,8 @@ config FS_WRITABLE
default n default n
source fs/semaphore/Kconfig source fs/semaphore/Kconfig
source fs/mqueue/Kconfig
source fs/shm/Kconfig
source fs/mmap/Kconfig source fs/mmap/Kconfig
source fs/fat/Kconfig source fs/fat/Kconfig
source fs/nfs/Kconfig source fs/nfs/Kconfig

View File

@ -53,6 +53,7 @@ include mmap/Make.defs
include semaphore/Make.defs include semaphore/Make.defs
include mqueue/Make.defs include mqueue/Make.defs
include shm/Make.defs
# Additional files required is mount-able file systems are supported # Additional files required is mount-able file systems are supported