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]
/
rom
/
hidds
/
serialmouse
/
mmakefile.src
blob
13eba2344f55b4f6a00d408aa4f4c88d0ddbaa7a
1
# $Id$
2
3
include $(SRCDIR)/config/aros.cfg
4
5
FILES := startup mouseclass drv_serial
6
7
USER_LDFLAGS := -static
8
9
%build_module mmake=kernel-hidd-serialmouse \
10
modname=serialmouse modtype=hidd \
11
files=$(FILES) \
12
uselibs="hiddstubs"