summaryrefslogtreecommitdiffstats
path: root/sys/modules/aic7xxx
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-06-09 21:51:02 +0000
committerimp <imp@FreeBSD.org>2004-06-09 21:51:02 +0000
commitfa97e03d51c8529a3b6c33db6277ff76037348a5 (patch)
tree05eaa8302bcb43f4cc971ef4bd71a83460825117 /sys/modules/aic7xxx
parent7765c930887fbaf09593a81e647399ee248bdaa4 (diff)
downloadFreeBSD-src-fa97e03d51c8529a3b6c33db6277ff76037348a5.zip
FreeBSD-src-fa97e03d51c8529a3b6c33db6277ff76037348a5.tar.gz
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.
Diffstat (limited to 'sys/modules/aic7xxx')
-rw-r--r--sys/modules/aic7xxx/ahc/ahc_eisa/Makefile2
1 files changed, 1 insertions, 1 deletions
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..
OpenPOWER on IntegriCloud