mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Add a change I forgot when adding ED_NO_MIIBUS. This will likely
be backed out with the rest of ED_NO_MIIBUS when the general miibus code makes proper use of newbus.
This commit is contained in:
parent
70a61707f6
commit
c5f4a9409b
1 changed files with 2 additions and 1 deletions
|
|
@ -12,6 +12,7 @@ CFLAGS+= -DPC98
|
|||
SRCS+= if_ed_isa.c
|
||||
.endif
|
||||
|
||||
SRCS+= opt_bdg.h bus_if.h card_if.h device_if.h isa_if.h pci_if.h miibus_if.h
|
||||
SRCS+= opt_ed.h opt_bdg.h bus_if.h card_if.h device_if.h isa_if.h pci_if.h \
|
||||
miibus_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue