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
grub2: bring back build of aros-side grub2 tools
[AROS.git]
/
rom
/
usb
/
pciusbhc
/
uhci
/
mmakefile.src
blob
300199d201344c386caedc5ad0ccb87162d4ed43
1
# $Id$
2
3
include $(SRCDIR)/config/aros.cfg
4
5
FILES := pci_aros uhcichip dev uhwcmd
6
7
%build_module mmake=kernel-usb-pciuhci \
8
modname=pciuhci modtype=device \
9
moduledir=Devs/USBHardware \
10
files="$(FILES)" \
11
uselibs="hiddstubs debug"
12
13
%common