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
BPicture: Fix archive constructor.
[haiku.git]
/
src
/
add-ons
/
kernel
/
partitioning_systems
/
gpt
/
Jamfile
blob
3d31aba1b3cfc4092a1982a521a1b6247d131961
1
SubDir HAIKU_TOP src add-ons kernel partitioning_systems gpt ;
2
3
UsePrivateHeaders interface kernel storage ;
4
UsePrivateSystemHeaders ;
5
6
KernelAddon efi_gpt :
7
efi_gpt.cpp
8
Header.cpp
9
crc32.cpp
10
utility.cpp
11
PartitionLocker.cpp
12
;