summaryrefslogtreecommitdiffstats
path: root/sys/modules/ed
diff options
context:
space:
mode:
authoriedowse <iedowse@FreeBSD.org>2001-09-30 01:59:11 +0000
committeriedowse <iedowse@FreeBSD.org>2001-09-30 01:59:11 +0000
commit0c03a0a6a5e7d6a54a8d88fcc563ccbbf9aaa20c (patch)
treeee5e1dea4883248d804ec38e4dcd47a76ef77207 /sys/modules/ed
parent5b4fe25981cd9b92f1fba2da8c4ce7be3a7a37e1 (diff)
downloadFreeBSD-src-0c03a0a6a5e7d6a54a8d88fcc563ccbbf9aaa20c.zip
FreeBSD-src-0c03a0a6a5e7d6a54a8d88fcc563ccbbf9aaa20c.tar.gz
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.
Diffstat (limited to 'sys/modules/ed')
-rw-r--r--sys/modules/ed/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/ed/Makefile b/sys/modules/ed/Makefile
index d8a622b..4e30ddc 100644
--- a/sys/modules/ed/Makefile
+++ b/sys/modules/ed/Makefile
@@ -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>
OpenPOWER on IntegriCloud