Makefile revision 279918
1# $FreeBSD: stable/10/sys/modules/ahci/Makefile 279918 2015-03-12 13:40:02Z mav $
2
3.PATH: ${.CURDIR}/../../dev/ahci
4
5KMOD=	ahci
6SRCS=	ahci.c ahci_pci.c ahciem.c ahci.h device_if.h bus_if.h pci_if.h opt_cam.h
7
8.include <bsd.kmod.mk>
9