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
/
hidds
/
i2c
/
stubs
/
mmakefile.src
blob
da23e7fcfdff57a0e208ba6e8db72eee6a5c0848
1
#$Id$
2
3
include $(SRCDIR)/config/aros.cfg
4
5
MODNAME := i2c
6
MODTYPE := hidd
7
8
USER_CFLAGS := -DAROS_USE_OOP -I.
9
10
FILES :=
11
STUBS := $(MODNAME)_stubs
12
13
%make_hidd_stubs hidd=i2c
14
15
%common