aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ahci/Makefile
blob: d6828398372fd3e1caae6d6152d0f2e1002b1ca6 (plain) (blame)
1
2
3
4
5
6
7
8
# $FreeBSD$

.PATH: ${.CURDIR}/../../dev/ahci

KMOD=	ahci
SRCS=	ahci.c ahci.h device_if.h bus_if.h pci_if.h opt_cam.h

.include <bsd.kmod.mk>