mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix make depend.
This commit is contained in:
parent
d3a6425b7c
commit
dc8cf3fc68
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
KMOD = if_bwi
|
||||
|
||||
SRCS = if_bwi.c if_bwi_pci.c bwimac.c bwiphy.c bwirf.c
|
||||
SRCS += device_if.h bus_if.h pci_if.h opt_inet.h opt_bwi.h
|
||||
SRCS += device_if.h bus_if.h pci_if.h opt_inet.h opt_bwi.h opt_wlan.h
|
||||
|
||||
opt_bwi.h:
|
||||
echo '#define BWI_DEBUG 1' > opt_bwi.h
|
||||
|
|
|
|||
Loading…
Reference in a new issue