freebsd-dev/sys/modules/aic7xxx/ahc/ahc_isa/Makefile
Justin T. Gibbs d3f39a7438 Add ISA attachement files for the aic7xxx driver.
Approved by: re
Reminded by: obrien
2004-08-17 02:32:30 +00:00

19 lines
370 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../../../dev/aic7xxx
KMOD= ahc_isa
../aic7xxx_reg.h:
( cd .. ; ${MAKE} aic7xxx_reg.h )
SRCS= ahc_isa.c ../aic7xxx_reg.h
SRCS+= device_if.h bus_if.h pci_if.h isa_if.h
SRCS+= opt_scsi.h opt_cam.h opt_aic7xxx.h
CFLAGS+= -I${.CURDIR}/../../../../dev/aic7xxx -I..
CLEANFILES= ../aic7xxx_reg.h ../aic7xxx_seq.h
.include <bsd.kmod.mk>