Makefile revision 319182
1# $FreeBSD: stable/11/sys/modules/firewire/sbp_targ/Makefile 319182 2017-05-30 04:11:12Z ngie $
2
3# Makefile for the SBP-II Target mode
4
5.PATH: ${SRCTOP}/sys/dev/firewire
6
7KMOD	= sbp_targ
8SRCS	= bus_if.h device_if.h \
9	  opt_cam.h opt_scsi.h \
10	  sbp_targ.c sbp.h \
11	  firewire.h firewirereg.h \
12	  iec13213.h
13
14.include <bsd.kmod.mk>
15