xref: /freebsd/sys/modules/firewire/fwisound/Makefile (revision cd7b65080f2f2e038ddba42048f24f8e98b011f2)
1*cd7b6508SAbdelkader Boudih# Makefile for the Apple FireWire audio driver
2*cd7b6508SAbdelkader Boudih
3*cd7b6508SAbdelkader Boudih.PATH: ${SRCTOP}/sys/dev/firewire
4*cd7b6508SAbdelkader Boudih
5*cd7b6508SAbdelkader BoudihKMOD	= fwisound
6*cd7b6508SAbdelkader BoudihSRCS	= bus_if.h device_if.h \
7*cd7b6508SAbdelkader Boudih	  channel_if.h mixer_if.h feeder_if.h \
8*cd7b6508SAbdelkader Boudih	  fwisound.c fwisound_pcm.c fwisound.h fw_helpers.h \
9*cd7b6508SAbdelkader Boudih	  firewire.h firewirereg.h \
10*cd7b6508SAbdelkader Boudih	  iec13213.h
11*cd7b6508SAbdelkader Boudih
12*cd7b6508SAbdelkader Boudih.include <bsd.kmod.mk>
13