diff options
| author | Warner Losh <imp@FreeBSD.org> | 2001-08-28 05:28:40 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2001-08-28 05:28:40 +0000 |
| commit | 40e285969e098b2d4d5950000dc7afdf03de2fd6 (patch) | |
| tree | 1dbbda8f202935be53cd47f66e898120d060fe27 /sys/modules/wi/Makefile | |
| parent | 47e83d86d11f4f210c5177d805f5a48fa1d81dcb (diff) | |
Notes
Diffstat (limited to 'sys/modules/wi/Makefile')
| -rw-r--r-- | sys/modules/wi/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/modules/wi/Makefile b/sys/modules/wi/Makefile index 2635d67e5a4e..622871708239 100644 --- a/sys/modules/wi/Makefile +++ b/sys/modules/wi/Makefile @@ -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> |
