btrfs: [] on the end of a struct field is a variable length array.
[haiku.git] / src / add-ons / kernel / file_systems / ext2 / Jamfile
blobf31cfdb99350abb877f1dc550f6a0ee484f1aea1
1 SubDir HAIKU_TOP src add-ons kernel file_systems ext2 ;
3 #UsePrivateHeaders [ FDirName kernel disk_device_manager ] ;
4 UsePrivateHeaders [ FDirName kernel util ] ;
5 UsePrivateHeaders shared storage ;
6 UsePrivateKernelHeaders ;
8 KernelAddon ext2 :
9         Volume.cpp
10         DataStream.cpp
11         Inode.cpp
12         Attribute.cpp
13         DirectoryIterator.cpp
14         ExtentStream.cpp
15         HTree.cpp
16         HTreeEntryIterator.cpp
17         RevokeManager.cpp
18         HashRevokeManager.cpp
19         Journal.cpp
20         NoJournal.cpp
21         InodeJournal.cpp
22         Transaction.cpp
23         BitmapBlock.cpp
24         BlockAllocator.cpp
25         InodeAllocator.cpp
26         CRCTable.cpp
28         kernel_interface.cpp