summaryrefslogtreecommitdiffstats
path: root/sys/modules/bwn
diff options
context:
space:
mode:
authoravos <avos@FreeBSD.org>2016-06-08 20:01:10 +0000
committeravos <avos@FreeBSD.org>2016-06-08 20:01:10 +0000
commitee466067e563851122a50328b580cb51c1254915 (patch)
tree273f620acb64035502c34bbea1ffee2957f04177 /sys/modules/bwn
parent485db59b1166f05407ff3f338b48e1011b737be0 (diff)
downloadFreeBSD-src-ee466067e563851122a50328b580cb51c1254915.zip
FreeBSD-src-ee466067e563851122a50328b580cb51c1254915.tar.gz
bwn, bwn_pci, siba_bwn: add missing opt_*.h dependencies.
Diffstat (limited to 'sys/modules/bwn')
-rw-r--r--sys/modules/bwn/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/bwn/Makefile b/sys/modules/bwn/Makefile
index dbad3c3..f8eac6e 100644
--- a/sys/modules/bwn/Makefile
+++ b/sys/modules/bwn/Makefile
@@ -12,7 +12,7 @@ SRCS+= if_bwn_phy_g.c if_bwn_phy_lp.c
SRCS+= if_bwn_phy_n.c
# Other
-SRCS+= device_if.h bus_if.h pci_if.h
+SRCS+= device_if.h bus_if.h pci_if.h opt_bwn.h opt_wlan.h
# Uncomment this for the GPL PHY code; this requires the
# module be built with BWN_GPL_PHY set in the kernel
OpenPOWER on IntegriCloud