ahci.device: Some debugging cleanups
[AROS.git] / rom / devs / ahci / mmakefile.src
blob3e4b270fd6c773e32f55f43c66045b16906d2c51
1 # $Id$
2 include $(TOP)/config/make.cfg
4 FILES = ahci_init \
5         ahci_io \
6         ahci_scsi \
7         ahci_cam_aros \
8         ahci_aros \
9         ahci_aros_bus \
10         ahci \
11         ahci_attach \
12         ahci_pm \
13         bus_pci \
14         timer \
15         subr_prf
17 # Contains code from openbsd.org
18 USER_CFLAGS += -D__BSD_VISIBLE
19 # Enable coalescing
20 #USER_CFLAGS += -DAHCI_COALESCE
21 # Enable ACHI debugging
22 #USER_CFLAGS += -DAHCI_DEBUG
23 # Enable AROS debugging
24 #USER_CFLAGS += -DDEBUG=1
26 %build_module mmake=kernel-ahci \
27   modname=ahci modtype=device \
28   files="$(FILES)" \
29   uselibs="hiddstubs"
31 %common