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
revert between 56095 -> 55830 in arch
[AROS.git]
/
workbench
/
devs
/
USB
/
stack
/
stubs
/
mmakefile.src
blob
6c2e214003ed9ba1240ca5f52b7bd12993a9d6bc
1
#$Id$
2
3
include $(SRCDIR)/config/aros.cfg
4
5
MODNAME := usb
6
MODTYPE := hidd
7
8
USER_CFLAGS := -DAROS_USE_OOP -I$(SRCDIR)/$(CURDIR)
9
10
FILES :=
11
STUBS := $(MODNAME)_stubs
12
13
%make_hidd_stubs hidd=usb
14
15
%common