xref: /freebsd/sys/modules/aic7xxx/ahc/ahc_isa/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1.PATH:	${SRCTOP}/sys/dev/aic7xxx
2KMOD=		ahc_isa
3
4SRCS=	ahc_isa.c
5SRCS+=	device_if.h bus_if.h pci_if.h isa_if.h
6SRCS+=	opt_scsi.h opt_cam.h opt_aic7xxx.h
7
8CFLAGS+=	-I${SRCTOP}/sys/dev/aic7xxx -I..
9
10.include <bsd.kmod.mk>
11