Index: head/sys/modules/bwn/Makefile =================================================================== --- head/sys/modules/bwn/Makefile (revision 301691) +++ head/sys/modules/bwn/Makefile (revision 301692) @@ -1,34 +1,34 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../dev/bwn 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 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 # configuration. #.PATH: ${.CURDIR}/../../gnu/dev/bwn/phy_n #SRCS+= if_bwn_radio_2055.c #SRCS+= if_bwn_radio_2056.c #SRCS+= if_bwn_radio_2057.c #SRCS+= if_bwn_phy_n_tables.c #SRCS+= if_bwn_phy_n_ppr.c #SRCS+= if_bwn_phy_n_core.c .include # 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} Index: head/sys/modules/bwn_pci/Makefile =================================================================== --- head/sys/modules/bwn_pci/Makefile (revision 301691) +++ head/sys/modules/bwn_pci/Makefile (revision 301692) @@ -1,11 +1,12 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../dev/bwn KMOD= if_bwn_pci SRCS= if_bwn_pci.c bwn_mac.c SRCS+= bhnd_bus_if.h bhndb_bus_if.h \ bhndb_if.h bhnd_nvram_map.h SRCS+= device_if.h bus_if.h pci_if.h \ + opt_bwn.h opt_wlan.h opt_global.h .include Index: head/sys/modules/siba_bwn/Makefile =================================================================== --- head/sys/modules/siba_bwn/Makefile (revision 301691) +++ head/sys/modules/siba_bwn/Makefile (revision 301692) @@ -1,9 +1,9 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../dev/siba KMOD= siba_bwn SRCS= siba_core.c siba_bwn.c sibareg.h sibavar.h -SRCS+= device_if.h bus_if.h pci_if.h +SRCS+= device_if.h bus_if.h pci_if.h opt_siba.h .include