xref: /dragonfly/sys/dev/disk/sbp/Makefile (revision f8f04fe3)
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.4 2004/02/05 13:32:08 joerg 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 sbp.h\
12	  firewire.h firewirereg.h \
13	  iec13213.h
14
15.include <bsd.kmod.mk>
16
17