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
Removal of non-Haiku target platform logic from build system (part 1.)
[haiku.git]
/
src
/
add-ons
/
kernel
/
drivers
/
bluetooth
/
h2
/
h2generic
/
Jamfile
blob
c79d9032ae42c899c147311b2fcac17f5aa598ea
1
SubDir HAIKU_TOP src add-ons kernel drivers bluetooth h2 h2generic ;
2
3
SetSubDirSupportedPlatformsBeOSCompatible ;
4
5
UsePrivateHeaders net kernel bluetooth ;
6
UsePrivateKernelHeaders ;
7
8
KernelAddon h2generic :
9
h2generic.cpp
10
h2transactions.cpp
11
h2upper.cpp
12
h2util.cpp
13
snet_buffer.cpp
14
;