aboutsummaryrefslogblamecommitdiff
path: root/sys/modules/firewire/sbp_targ/Makefile
blob: 2be9c565eca713934e7fb84d5e30bbf120c6ab1d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13



                                     
                                 







                                    
                      
# $FreeBSD$

# Makefile for the SBP-II Target mode

.PATH: ${SRCTOP}/sys/dev/firewire

KMOD	= sbp_targ
SRCS	= bus_if.h device_if.h \
	  opt_cam.h opt_scsi.h \
	  sbp_targ.c sbp.h \
	  firewire.h firewirereg.h \
	  iec13213.h

.include <bsd.kmod.mk>