9
0
Fork 0

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 c231f3b08e
commit 508050dbc6
2 changed files with 3 additions and 0 deletions

View File

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

View File

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