summaryrefslogtreecommitdiffstats
path: root/sys/modules/firewire/sbp_targ/Makefile
blob: 7a105b488c9355883f22278068abd5c2716e0c09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

# Makefile for the SBP-II Target mode

.PATH: ${.CURDIR}/../../../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

#CFLAGS += -g
.include <bsd.kmod.mk>

OpenPOWER on IntegriCloud