2000-12-13 05:50:02 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2001-01-06 14:00:42 +00:00
|
|
|
.PATH: ${.CURDIR}/../../dev/aic
|
|
|
|
|
|
|
|
KMOD= aic
|
|
|
|
SRCS= aic.c aic_pccard.c
|
2004-05-26 00:53:10 +00:00
|
|
|
SRCS+= device_if.h bus_if.h pci_if.h isa_if.h card_if.h pccarddevs.h
|
2001-01-06 14:00:42 +00:00
|
|
|
SRCS+= opt_cam.h opt_scsi.h
|
2000-12-13 05:50:02 +00:00
|
|
|
|
2000-12-16 04:00:40 +00:00
|
|
|
.if ${MACHINE} == "pc98"
|
2001-01-06 14:00:42 +00:00
|
|
|
SRCS+= aic_cbus.c
|
2000-12-16 04:00:40 +00:00
|
|
|
.else
|
2001-01-06 14:00:42 +00:00
|
|
|
SRCS+= aic_isa.c
|
2000-12-16 04:00:40 +00:00
|
|
|
.endif
|
|
|
|
|
2000-12-13 05:50:02 +00:00
|
|
|
.include <bsd.kmod.mk>
|