repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
btrfs: [] on the end of a struct field is a variable length array.
[haiku.git]
/
src
/
add-ons
/
kernel
/
file_systems
/
exfat
/
Jamfile
blob
cdf366f4014ef08ed8aa8263ca78a45e33aff1d8
1
SubDir HAIKU_TOP src add-ons kernel file_systems exfat ;
2
3
UsePrivateHeaders [ FDirName kernel util ] ;
4
UsePrivateHeaders shared storage ;
5
UsePrivateKernelHeaders ;
6
7
KernelAddon exfat :
8
DataStream.cpp
9
DirectoryIterator.cpp
10
Inode.cpp
11
kernel_interface.cpp
12
Utility.cpp
13
Volume.cpp
14
;