xref: /dragonfly/sys/dev/disk/sbp/Makefile (revision 16777b6b)
1# $FreeBSD: src/sys/modules/firewire/sbp/Makefile,v 1.2.2.1 2002/11/03 10:58:21 simokawa Exp $
2# $DragonFly: src/sys/dev/disk/sbp/Makefile,v 1.3 2003/08/15 08:32:29 dillon Exp $
3
4# Makefile for the SBP-II (Serial Bus Protocol 2/SCSI over IEEE1394)
5
6.PATH: ${.CURDIR}/../../../bus/firewire
7
8KMOD	= sbp
9SRCS	= bus_if.h device_if.h \
10	  opt_cam.h opt_scsi.h \
11	  sbp.c \
12	  firewire.h firewirereg.h \
13	  iec13213.h
14
15.include <bsd.kmod.mk>
16
17