mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
13 lines
237 B
Makefile
13 lines
237 B
Makefile
|
|
# Makefile for the SBP-II Target mode
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/firewire
|
|
|
|
KMOD = sbp_targ
|
|
SRCS = bus_if.h device_if.h \
|
|
opt_cam.h opt_scsi.h \
|
|
sbp_targ.c sbp.h \
|
|
firewire.h firewirereg.h \
|
|
iec13213.h
|
|
|
|
.include <bsd.kmod.mk>
|