Makefile revision 195534
1# $FreeBSD: head/sys/modules/ahci/Makefile 195534 2009-07-10 08:18:08Z scottl $
2
3.PATH: ${.CURDIR}/../../dev/ahci
4
5KMOD=	ahci
6SRCS=	ahci.c ahci.h device_if.h bus_if.h pci_if.h opt_cam.h
7
8.include <bsd.kmod.mk>
9