aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ata/atapci/chipsets/atamarvell/Makefile
blob: c8dac01da997f46de72f2936b09fb6d30a6860a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD: src/sys/modules/ata/atapci/chipsets/atamarvell/Makefile,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $

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

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

.include <bsd.kmod.mk>