Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / sys / dev / disk / ahci / Makefile
1 # Native AHCI driver, ported from OpenBSD
2 #
3 KMOD= ahci
4
5 SRCS= ahci_dragonfly.c ahci_attach.c ahci_cam.c ahci_pm.c ahci.c \
6       bus_if.h device_if.h pci_if.h opt_scsi.h opt_cam.h
7
8 .include <bsd.kmod.mk>