1SubDir HAIKU_TOP src add-ons kernel file_systems btrfs ; 2 3UsePrivateHeaders [ FDirName kernel util ] ; 4UsePrivateHeaders shared storage ; 5UsePrivateKernelHeaders ; 6UseBuildFeatureHeaders zlib ; 7 8Includes [ FGristFiles Inode.cpp ] 9 : [ BuildFeatureAttribute zlib : headers ] ; 10 11KernelAddon btrfs : 12 kernel_interface.cpp 13 Attribute.cpp 14 AttributeIterator.cpp 15 BTree.cpp 16 Chunk.cpp 17 CRCTable.cpp 18 DirectoryIterator.cpp 19 ExtentAllocator.cpp 20 Inode.cpp 21 Journal.cpp 22 Volume.cpp 23 : kernel_libz.a 24; 25