xref: /haiku/src/add-ons/kernel/file_systems/ext2/Jamfile (revision 7cea5bf07ffaec7e25508f3b81a2e5bd989e1b34)
1SubDir HAIKU_TOP src add-ons kernel file_systems ext2 ;
2
3#UsePrivateHeaders [ FDirName kernel disk_device_manager ] ;
4UsePrivateHeaders [ FDirName kernel util ] ;
5UsePrivateHeaders shared storage ;
6UsePrivateHeaders file_systems ;
7UsePrivateKernelHeaders ;
8
9KernelAddon ext2 :
10	Attribute.cpp
11	BitmapBlock.cpp
12	BlockAllocator.cpp
13	crc32.c
14	CRCTable.cpp
15	DataStream.cpp
16	DeviceOpener.cpp
17	DirectoryIterator.cpp
18	ExtentStream.cpp
19	HashRevokeManager.cpp
20	HTree.cpp
21	HTreeEntryIterator.cpp
22	Inode.cpp
23	InodeAllocator.cpp
24	InodeJournal.cpp
25	Journal.cpp
26	kernel_interface.cpp
27	NoJournal.cpp
28	RevokeManager.cpp
29	Transaction.cpp
30	Volume.cpp
31;
32
33SEARCH on [ FGristFiles DeviceOpener.cpp ]
34	= [ FDirName  $(HAIKU_TOP) src add-ons kernel file_systems shared ] ;
35