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
/
input
/
ps2_hid
/
Jamfile
blob
552e6997d4f55d269f251354848220fc99189169
1
SubDir HAIKU_TOP src add-ons kernel drivers input ps2_hid ;
2
3
UsePrivateHeaders input kernel ;
4
5
UseHeaders [ FDirName $(HAIKU_TOP) src add-ons kernel bus_managers ps2 ] ;
6
7
KernelAddon ps2_hid :
8
ps2_hid.c
9
;