summaryrefslogtreecommitdiffstats
path: root/sys/modules/bwn_pci/Makefile
blob: 15b9ded4a58b9e97cdfb67c4bb7a762e961870a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

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

KMOD=	if_bwn_pci
SRCS=	if_bwn_pci.c bwn_mac.c
SRCS+=	bhnd_bus_if.h bhndb_bus_if.h \
	bhndb_if.h bhnd_nvram_map.h
SRCS+=	device_if.h bus_if.h pci_if.h \
	opt_bwn.h opt_wlan.h opt_global.h

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud