Documented GVF_SAVE_VAR alongside other flags, and removed a query/doubt
[AROS.git] / rom / usb / classes / bootmouse / mmakefile.src
blob61402f5d94424f493f854fbf6fa8f178a996ef40
1 #   $Id$
3 include $(SRCDIR)/config/aros.cfg
5 USER_CFLAGS := -DMUIMASTER_YES_INLINE_STDARG
6 USER_LDFLAGS := -static
8 FILES :=    bootmouse.class debug
10 #MM- kernel-usb-classes-bootmouse : kernel-usb-usbclass kernel-usb-poseidon-includes
12 %build_module_library mmake=kernel-usb-classes-bootmouse \
13     modname=bootmouse modtype=usbclass modsuffix="class" \
14     files="$(FILES)"
16 %common