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
usb_ecm: Use the current configuration instead of a fixed one.
[haiku.git]
/
src
/
add-ons
/
kernel
/
drivers
/
network
/
usb_ecm
/
Jamfile
blob
1917819b5668783142fea4c78a80137721870f8b
1
SubDir HAIKU_TOP src add-ons kernel drivers network usb_ecm ;
2
3
SetSubDirSupportedPlatformsBeOSCompatible ;
4
5
UsePrivateKernelHeaders ;
6
UsePrivateHeaders net ;
7
8
KernelAddon usb_ecm :
9
Driver.cpp
10
ECMDevice.cpp
11
;