repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Handle (do not ignore) SwapPixelBytes flag of 15/16
[tangerine.git]
/
rom
/
hidd
/
mmakefile.src
blob
44a8d851651607b2cdf24256bb525b683f66a743
1
#$Id$
2
include $(TOP)/config/make.cfg
3
4
USER_CFLAGS := -DAROS_USE_OOP
5
%build_module mmake=kernel-hidd \
6
modname=hiddclass modtype=hidd \
7
files=hiddclass
8
9
INCLUDE_FILES := $(wildcard include/*.h)
10
%copy_includes path=hidd dir=include
11