From 0c03a0a6a5e7d6a54a8d88fcc563ccbbf9aaa20c Mon Sep 17 00:00:00 2001 From: iedowse Date: Sun, 30 Sep 2001 01:59:11 +0000 Subject: 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(-) (limited to 'sys/modules/ed') 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 -- cgit v1.1