3 include $(SRCDIR)/config/aros.cfg
18 # Contains code from openbsd.org
19 USER_CFLAGS += -D__BSD_VISIBLE
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 \