1# $FreeBSD: releng/11.0/sys/modules/bwn_pci/Makefile 301692 2016-06-08 20:01:10Z avos $
2
3.PATH: ${.CURDIR}/../../dev/bwn
4
5KMOD=	if_bwn_pci
6SRCS=	if_bwn_pci.c bwn_mac.c
7SRCS+=	bhnd_bus_if.h bhndb_bus_if.h \
8	bhndb_if.h bhnd_nvram_map.h
9SRCS+=	device_if.h bus_if.h pci_if.h \
10	opt_bwn.h opt_wlan.h opt_global.h
11
12.include <bsd.kmod.mk>
13