Add a framework that may someday support shared memory objects in the VFS
This commit is contained in:
parent
2f970ffaf7
commit
db3cdcf7cc
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user