Added a test for MUIA_Listview_SelectChange.
[AROS.git] / rom / devs / ahci / mmakefile.src
blob0e138b6ff14bb19e228922965750348f782ba130
1 # $Id$
3 include $(SRCDIR)/config/aros.cfg
5 FILES = ahci_init \
6         ahci_io \
7         ahci_scsi \
8         ahci_cam_aros \
9         ahci_aros \
10         ahci_aros_bus \
11         ahci \
12         ahci_attach \
13         ahci_pm \
14         bus_pci \
15         timer \
16         subr_prf
18 # Contains code from openbsd.org
19 USER_CFLAGS += -D__BSD_VISIBLE
20 # Enable coalescing
21 #USER_CFLAGS += -DAHCI_COALESCE
22 # Enable ACHI debugging
23 #USER_CFLAGS += -DAHCI_DEBUG
24 # Enable AROS debugging
25 #USER_CFLAGS += -DDEBUG=1
27 USER_LDFLAGS := -static
29 %build_module mmake=kernel-ahci \
30   modname=ahci modtype=device \
31   files="$(FILES)" \
32   uselibs="hiddstubs"
34 %common