1SubDir HAIKU_TOP src add-ons kernel file_systems ramfs ; 2 3UsePrivateKernelHeaders ; 4UsePrivateHeaders file_systems ; 5 6DEFINES += DEBUG_APP="\\\"ramfs\\\"" ; 7 8KernelAddon ramfs 9 : 10 AllocationInfo.cpp 11 AreaUtils.cpp 12 Attribute.cpp 13 AttributeIndex.cpp 14 AttributeIndexImpl.cpp 15 AttributeIterator.cpp 16 BlockAllocator.cpp 17 BlockAllocatorArea.cpp 18 BlockAllocatorAreaBucket.cpp 19 BlockReferenceManager.cpp 20 DataContainer.cpp 21 Directory.cpp 22 Entry.cpp 23 EntryIterator.cpp 24 EntryListener.cpp 25 File.cpp 26 Index.cpp 27 IndexDirectory.cpp 28 kernel_interface.cpp 29 LastModifiedIndex.cpp 30 NameIndex.cpp 31 Node.cpp 32 NodeListener.cpp 33 NodeTable.cpp 34 Query.cpp 35 SizeIndex.cpp 36 SymLink.cpp 37 Volume.cpp 38; 39