wi driver now includes pci.h, so we need to generate it to generate it.

This commit is contained in:
Warner Losh 2001-08-28 05:28:40 +00:00
parent 47e83d86d1
commit 40e285969e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=82454

View File

@ -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>