From f22c26808ede426ec4721ea4cf3bcbccbb9e653b Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 9 Jun 2004 21:52:12 +0000 Subject: [PATCH] Add eisa_if.h --- sys/modules/vx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/vx/Makefile b/sys/modules/vx/Makefile index 53a8472f9bd7..37d036f654a6 100644 --- a/sys/modules/vx/Makefile +++ b/sys/modules/vx/Makefile @@ -7,6 +7,6 @@ SRCS= if_vx.c if_vx_pci.c .if ${MACHINE_ARCH} == "i386" SRCS+= if_vx_eisa.c .endif -SRCS+= opt_bdg.h device_if.h bus_if.h pci_if.h +SRCS+= opt_bdg.h device_if.h bus_if.h pci_if.h eisa_if.h .include