summaryrefslogtreecommitdiffstats
path: root/sys/modules/bwn/Makefile
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2016-05-02 22:58:11 +0000
committeradrian <adrian@FreeBSD.org>2016-05-02 22:58:11 +0000
commitc5258d5ab1b549018646815d7c88a07eaf08adc2 (patch)
tree7db5e7da090dc3f67b17cbcbef5f96fce8ce75e5 /sys/modules/bwn/Makefile
parente760d28035ebd29836963d6e949c106c590aef53 (diff)
downloadFreeBSD-src-c5258d5ab1b549018646815d7c88a07eaf08adc2.zip
FreeBSD-src-c5258d5ab1b549018646815d7c88a07eaf08adc2.tar.gz
[bwn] break out the 'g' phy code into a separate source file.
* Break out the 'g' phy code; * Break out the debugging bits into a separate source file, since some debugging prints are done in the phy code; * Make some more chip methods in if_bwn.c public. This brings the size of if_bwn.c down to 6,805 lines which is now approaching managable.
Diffstat (limited to 'sys/modules/bwn/Makefile')
-rw-r--r--sys/modules/bwn/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/modules/bwn/Makefile b/sys/modules/bwn/Makefile
index f1d72e1..36ca965 100644
--- a/sys/modules/bwn/Makefile
+++ b/sys/modules/bwn/Makefile
@@ -4,10 +4,12 @@
KMOD= if_bwn
SRCS= if_bwn.c if_bwnreg.h if_bwnvar.h
-SRCS+= if_bwn_phy_lp.c
+SRCS+= if_bwn_phy_g.c if_bwn_phy_lp.c
SRCS+= device_if.h bus_if.h pci_if.h
.include <bsd.kmod.mk>
# XXX Work around clang warning, until maintainer approves fix.
CWARNFLAGS.if_bwn.c= ${NO_WSOMETIMES_UNINITIALIZED}
+CWARNFLAGS.if_bwn_phy_g.c= ${NO_WSOMETIMES_UNINITIALIZED}
+CWARNFLAGS.if_bwn_phy_lp.c= ${NO_WSOMETIMES_UNINITIALIZED}
OpenPOWER on IntegriCloud