wi driver now includes pci.h, so we need to generate it to generate it.
This commit is contained in:
parent
47e83d86d1
commit
40e285969e
@ -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 New Issue
Block a user