mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
We now depend on miibus_if.h.
This commit is contained in:
parent
941431caa8
commit
175fe04ac6
1 changed files with 2 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
|||
.PATH: ${.CURDIR}/../../pci
|
||||
|
||||
KMOD= if_wx
|
||||
SRCS= if_wx.c opt_bdg.h device_if.h bus_if.h pci_if.h
|
||||
KMODDEPS = miibus
|
||||
SRCS= if_wx.c opt_bdg.h device_if.h bus_if.h pci_if.h miibus_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue