xref: /freebsd/sys/modules/firewire/fwcam/Makefile (revision f5dc2263ab1be8a35a7e27e82103f9ccd41ae584)
140e05479SAbdelkader Boudih# Makefile for the IIDC 1394-based Digital Camera driver
240e05479SAbdelkader Boudih
3*f5dc2263SAbdelkader Boudih.PATH: ${SRCTOP}/sys/dev/firewire ${SRCTOP}/sys/dev/video
440e05479SAbdelkader Boudih
540e05479SAbdelkader BoudihKMOD	= fwcam
640e05479SAbdelkader BoudihSRCS	= bus_if.h device_if.h \
7*f5dc2263SAbdelkader Boudih	  video_if.h \
840e05479SAbdelkader Boudih	  fwcam.c fwcam.h fw_helpers.h \
940e05479SAbdelkader Boudih	  firewire.h firewirereg.h \
1040e05479SAbdelkader Boudih	  iec13213.h
1140e05479SAbdelkader Boudih
1240e05479SAbdelkader Boudih.include <bsd.kmod.mk>
13