aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ata/atapci/chipsets/atahighpoint/Makefile
blob: 89a7d052615ba3369466e9af3acfe7deab1f1e3c (plain) (blame)
1
2
3
4
5
6
7
8
9
# $FreeBSD$

.PATH: ${.CURDIR}/../../../../../dev/ata/chipsets

KMOD=	atahighpoint
SRCS=	ata-highpoint.c
SRCS+=	ata_if.h bus_if.h device_if.h pci_if.h

.include <bsd.kmod.mk>