mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
wi driver now includes pci.h, so we need to generate it to generate it.
This commit is contained in:
parent
47e83d86d1
commit
40e285969e
1 changed files with 4 additions and 1 deletions
|
|
@ -3,6 +3,9 @@
|
|||
.PATH: ${.CURDIR}/../../dev/wi
|
||||
|
||||
KMOD= if_wi
|
||||
SRCS= if_wi.c card_if.h device_if.h bus_if.h pci_if.h
|
||||
SRCS= if_wi.c card_if.h device_if.h bus_if.h pci_if.h pci.h
|
||||
|
||||
pci.h:
|
||||
echo "#define NPCI 1" > $@
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue