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

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

KMOD=	atamarvell
SRCS=	ata-marvell.c
SRCS+=	ata_if.h bus_if.h device_if.h pci_if.h

.include <bsd.kmod.mk>