mirror of
https://github.com/opnsense/src.git
synced 2026-02-03 20:49:35 -05:00
9 lines
194 B
Makefile
9 lines
194 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/isp
|
|
|
|
KMOD= isp
|
|
SRCS= bus_if.h device_if.h pci_if.h \
|
|
opt_cam.h opt_ddb.h opt_isp.h \
|
|
isp.c isp_library.c isp_target.c isp_freebsd.c isp_pci.c
|
|
|
|
.include <bsd.kmod.mk>
|