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

# Makefile for the SBP-II (Serial Bus Protocol 2/SCSI over IEEE1394)

.PATH: ${SRCTOP}/sys/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>
OpenPOWER on IntegriCloud