mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Argh! add card_if.h to the generated list. This fixes kernel builds for
those who haven't added 'NO_MODULES=off' to /etc/make.conf.
This commit is contained in:
parent
23c326d124
commit
ba014c35dc
1 changed files with 1 additions and 1 deletions
|
|
@ -3,6 +3,6 @@
|
|||
.PATH: ${.CURDIR}/../../dev/wi
|
||||
|
||||
KMOD= if_wi
|
||||
SRCS= if_wi.c device_if.h bus_if.h
|
||||
SRCS= if_wi.c card_if.h device_if.h bus_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue