aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/firewire/sbp/Makefile
blob: 236ba7b71857c9d0147013e845b4a29f696944e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD: src/sys/modules/firewire/sbp/Makefile,v 1.4.8.1 2009/04/15 03:14:26 kensmith Exp $

# 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>