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
/
stack
/
mmakefile.src
blob
5026ad579f75a9f1280bea0a24483b3ccde41441
1
# $Id$
2
3
include $(SRCDIR)/config/aros.cfg
4
5
USER_LDFLAGS := -static
6
7
FILES := usb_init usbclass usbdeviceclass usbhubclass usbprocess misc
8
9
%build_module mmake=hidd-usb-stack \
10
modname=usb modtype=hidd \
11
files="$(FILES)" \
12
uselibs="hiddstubs"
13
14
%common