revert between 56095 -> 55830 in arch
[AROS.git] / rom / hidds / serialmouse / mmakefile.src
blob13eba2344f55b4f6a00d408aa4f4c88d0ddbaa7a
1 # $Id$
3 include $(SRCDIR)/config/aros.cfg
5 FILES := startup mouseclass drv_serial
7 USER_LDFLAGS := -static
9 %build_module mmake=kernel-hidd-serialmouse \
10   modname=serialmouse modtype=hidd \
11   files=$(FILES) \
12   uselibs="hiddstubs"