add stubs for the ata trim/smart commands. make sysexplorer's ata and ahci modules...
[AROS.git] / rom / devs / input / mmakefile.src
blob51be6840f4d392381fc4d8082e759a4cb5abfd14
1 #   $Id$
3 include $(SRCDIR)/config/aros.cfg
5 #MM- kernel-input : includes linklibs
7 #MM- includes-generate : \
8 #MM      kernel-input-includes
10 FUNCS := peekqualifier
11 FILES := processevents support
13 USER_CFLAGS += -D__GRAPHICS_NOLIBBASE__
14 USER_LDFLAGS := -static
16 %build_module mmake=kernel-input \
17   modname=input modtype=device \
18   files="input $(FUNCS) $(FILES)"