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]
/
workbench
/
devs
/
USB
/
drivers
/
OHCI
/
mmakefile.src
blob
d925cb2088a71fc8d1651177354f0e3807c42e2e
1
# $Id$
2
3
include $(SRCDIR)/config/aros.cfg
4
5
USER_LDFLAGS := -static
6
7
FILES := ohci_init ohciclass ohcihub ohcideviceclass ohcidriverclass
8
9
%build_module mmake=hidd-usb-drivers-ohci \
10
modname=ohci modtype=hidd \
11
files="$(FILES)" \
12
uselibs="hiddstubs"
13
14
%common