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:
Ian Dowse 2001-09-30 01:59:11 +00:00
parent 70a61707f6
commit c5f4a9409b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84154

View File

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