2002-10-31 19:50:18 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2017-03-04 10:10:17 +00:00
|
|
|
.PATH: ${SRCTOP}/sys/dev/isp
|
2002-10-31 19:50:18 +00:00
|
|
|
|
|
|
|
KMOD= isp
|
|
|
|
SRCS= bus_if.h device_if.h pci_if.h \
|
2018-04-06 17:35:35 +00:00
|
|
|
opt_cam.h opt_ddb.h opt_isp.h \
|
2006-12-10 05:51:27 +00:00
|
|
|
isp.c isp_library.c isp_target.c isp_freebsd.c isp_pci.c
|
2002-10-31 19:50:18 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|