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
/
drivers
/
network
/
usb_davicom
/
Jamfile
blob
486a06729668a32e81293eaf7e767ff177ce3eea
1
SubDir HAIKU_TOP src add-ons kernel drivers network usb_davicom ;
2
3
SetSubDirSupportedPlatformsBeOSCompatible ;
4
5
UsePrivateHeaders kernel net ;
6
UsePrivateKernelHeaders ;
7
8
KernelAddon usb_davicom :
9
Driver.cpp
10
DavicomDevice.cpp
11
Settings.cpp
12
;