]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/bwn_pci/Makefile
MFV r322236: 8126 ztest assertion failed in dbuf_dirty due to dn_nlevels changing
[FreeBSD/FreeBSD.git] / sys / modules / bwn_pci / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/dev/bwn
4
5 KMOD=   if_bwn_pci
6 SRCS=   if_bwn_pci.c bwn_mac.c
7 SRCS+=  bhnd_bus_if.h bhndb_bus_if.h \
8         bhndb_if.h bhnd_nvram_map.h
9 SRCS+=  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>