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