mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 08:13:38 -05:00
14 lines
276 B
Makefile
14 lines
276 B
Makefile
# $FreeBSD$
|
|
|
|
# Makefile for the SBP-II (Serial Bus Protocol 2/SCSI over IEEE1394)
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/firewire
|
|
|
|
KMOD = sbp
|
|
SRCS = bus_if.h device_if.h \
|
|
opt_cam.h opt_scsi.h \
|
|
sbp.c sbp.h \
|
|
firewire.h firewirereg.h \
|
|
iec13213.h
|
|
|
|
.include <bsd.kmod.mk>
|