*sigh* .. take 10 ... delete the correct lines this time.
[AROS.git] / rom / devs / input / mmakefile.src
blobe31e69927c94014d44be2601bfc2b96b97460580
1 #   $Id$
2 include $(TOP)/config/make.cfg
4 #MM- kernel-input : includes linklibs
6 #MM- includes-generate : \
7 #MM      kernel-input-includes
9 FUNCS := peekqualifier
10 FILES := processevents support
12 USER_CFLAGS += -D__GRAPHICS_NOLIBBASE__
13 USER_LDFLAGS := -static
15 %build_module mmake=kernel-input \
16   modname=input modtype=device \
17   files="input $(FUNCS) $(FILES)"