From fa97e03d51c8529a3b6c33db6277ff76037348a5 Mon Sep 17 00:00:00 2001 From: imp Date: Wed, 9 Jun 2004 21:51:02 +0000 Subject: Add eisa_if.h to the list of things to build for new eisa_if.m for the case where we build modules with world. --- sys/modules/aic7xxx/ahc/ahc_eisa/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules/aic7xxx') diff --git a/sys/modules/aic7xxx/ahc/ahc_eisa/Makefile b/sys/modules/aic7xxx/ahc/ahc_eisa/Makefile index c6a3702..da63774 100644 --- a/sys/modules/aic7xxx/ahc/ahc_eisa/Makefile +++ b/sys/modules/aic7xxx/ahc/ahc_eisa/Makefile @@ -8,7 +8,7 @@ KMOD= ahc_eisa ( cd .. ; ${MAKE} aic7xxx_reg.h ) SRCS= ahc_eisa.c aic7770.c ../aic7xxx_reg.h -SRCS+= device_if.h bus_if.h pci_if.h +SRCS+= device_if.h bus_if.h pci_if.h eisa_if.h SRCS+= opt_scsi.h opt_cam.h opt_aic7xxx.h CFLAGS+= -I${.CURDIR}/../../../../dev/aic7xxx -I.. -- cgit v1.1