1# Makefile for the AV/C DV capture driver 2 3.PATH: ${SRCTOP}/sys/dev/firewire 4 5KMOD = fwdv 6SRCS = bus_if.h device_if.h \ 7 fwdv.c fwdv.h fw_helpers.h \ 8 firewire.h firewirereg.h \ 9 iec13213.h iec68113.h 10 11.include <bsd.kmod.mk> 12
1# Makefile for the AV/C DV capture driver 2 3.PATH: ${SRCTOP}/sys/dev/firewire 4 5KMOD = fwdv 6SRCS = bus_if.h device_if.h \ 7 fwdv.c fwdv.h fw_helpers.h \ 8 firewire.h firewirereg.h \ 9 iec13213.h iec68113.h 10 11.include <bsd.kmod.mk> 12