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.
This commit is contained in:
Warner Losh 2004-06-09 21:51:02 +00:00
parent c4da2324a3
commit a7ac8cb9c9

View File

@ -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..