mirror of
https://github.com/opnsense/src.git
synced 2026-02-26 19:30:29 -05:00
Taken from: https://github.com/freebsd/freebsd.git Commit id: d44ce30d3054a38723f89a161c5e003e64d1aaae
14 lines
274 B
Makefile
14 lines
274 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../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
|
|
|
|
.if ${MACHINE} == sparc64
|
|
SRCS+= isp_sbus.c ofw_bus_if.h
|
|
.endif
|
|
|
|
.include <bsd.kmod.mk>
|