bwn, bwn_pci, siba_bwn: add missing opt_*.h dependencies.
This commit is contained in:
parent
c8b6d1e472
commit
cdf07cee3c
@ -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
|
||||
|
@ -7,5 +7,6 @@ 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 <bsd.kmod.mk>
|
||||
|
@ -4,6 +4,6 @@
|
||||
|
||||
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 <bsd.kmod.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user