diff options
Diffstat (limited to 'sys/modules/firewire/sbp/Makefile')
-rw-r--r-- | sys/modules/firewire/sbp/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/modules/firewire/sbp/Makefile b/sys/modules/firewire/sbp/Makefile new file mode 100644 index 000000000000..f27d37d9f68a --- /dev/null +++ b/sys/modules/firewire/sbp/Makefile @@ -0,0 +1,12 @@ +# Makefile for the SBP-II (Serial Bus Protocol 2/SCSI over IEEE1394) + +.PATH: ${SRCTOP}/sys/dev/firewire + +KMOD = sbp +SRCS = bus_if.h device_if.h \ + opt_cam.h opt_scsi.h \ + sbp.c sbp.h \ + firewire.h firewirereg.h \ + iec13213.h + +.include <bsd.kmod.mk> |