xref: /freebsd/sys/modules/firewire/sbp/Makefile (revision e0c4386e)
1
2# Makefile for the SBP-II (Serial Bus Protocol 2/SCSI over IEEE1394)
3
4.PATH: ${SRCTOP}/sys/dev/firewire
5
6KMOD	= sbp
7SRCS	= bus_if.h device_if.h \
8	  opt_cam.h opt_scsi.h \
9	  sbp.c sbp.h \
10	  firewire.h firewirereg.h \
11	  iec13213.h
12
13.include <bsd.kmod.mk>
14