summaryrefslogtreecommitdiff
path: root/sys/modules/if_ath_pci/Makefile
blob: cae4b70c3d7d89ef59ee01cf2d08b9ef8fd8281a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$NetBSD: Makefile,v 1.2 2011/08/28 15:48:20 jmcneill Exp $

.include "../Makefile.inc"

.PATH:	${S}/dev/pci

KMOD=	if_ath_pci
IOCONF=	if_ath_pci.ioconf

SRCS=	if_ath_pci.c

.include "../ath_hal/Makefile.inc"
.include <bsd.kmodule.mk>