btrfs: [] on the end of a struct field is a variable length array.
[haiku.git] / src / add-ons / kernel / file_systems / btrfs / Jamfile
blob1c76f14ad3ce22b7f8c121913e52a05ba5eb9572
1 SubDir HAIKU_TOP src add-ons kernel file_systems btrfs ;
3 UsePrivateHeaders [ FDirName kernel util ] ;
4 UsePrivateHeaders shared storage ;
5 UsePrivateKernelHeaders ;
6 UseBuildFeatureHeaders zlib ;
8 Includes [ FGristFiles Inode.cpp ]
9         : [ BuildFeatureAttribute zlib : headers ] ;
11 KernelAddon 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