repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
-Use PCI hidd stubs for reading/writing config memory
[AROS.git]
/
rom
/
usb
/
pciusbhc
/
uhci
/
mmakefile.src
blob
52c287fb5657b7bad8b1973e5082450b052a32be
1
# $Id$
2
include $(TOP)/config/make.cfg
3
4
FILES := pci_aros uhcichip dev uhwcmd
5
6
%build_module mmake=kernel-usb-pciuhci \
7
modname=pciuhci modtype=device \
8
files="$(FILES)" \
9
uselibs="oop rom hiddstubs debug"
10
11
%common