From c5f4a9409b89e712bd3ffd75e7f84f8bc7883b88 Mon Sep 17 00:00:00 2001 From: Ian Dowse Date: Sun, 30 Sep 2001 01:59:11 +0000 Subject: [PATCH] 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. --- sys/modules/ed/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/modules/ed/Makefile b/sys/modules/ed/Makefile index d8a622bd4f9..4e30ddcb5d2 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