summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2016-05-14 23:08:34 +0000
committeradrian <adrian@FreeBSD.org>2016-05-14 23:08:34 +0000
commit0c69e765b715f126fe03dffa0ea018fe438ea2a6 (patch)
tree4082fae4041ef1f85484a14da9cf8d4052f8552f /sys/modules
parenta45e6b4c6f8a503a4727e4949ae32e19864f96e8 (diff)
downloadFreeBSD-src-0c69e765b715f126fe03dffa0ea018fe438ea2a6.zip
FreeBSD-src-0c69e765b715f126fe03dffa0ea018fe438ea2a6.tar.gz
[bwn] add in the new phy common and utils files.
They're not yet used by included code; that'll come next.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/bwn/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/modules/bwn/Makefile b/sys/modules/bwn/Makefile
index 36ca965..a55ee96 100644
--- a/sys/modules/bwn/Makefile
+++ b/sys/modules/bwn/Makefile
@@ -4,7 +4,13 @@
KMOD= if_bwn
SRCS= if_bwn.c if_bwnreg.h if_bwnvar.h
+SRCS+= if_bwn_util.c
+
+# PHY
+SRCS+= if_bwn_phy_common.c
SRCS+= if_bwn_phy_g.c if_bwn_phy_lp.c
+
+# Other
SRCS+= device_if.h bus_if.h pci_if.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud