blob: ab85d97f025feb409c0c9d34028c1790abe9de23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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>
|