1# Makefile for the Apple FireWire audio driver 2 3.PATH: ${SRCTOP}/sys/dev/firewire 4 5KMOD = fwisound 6SRCS = bus_if.h device_if.h \ 7 channel_if.h mixer_if.h feeder_if.h \ 8 fwisound.c fwisound_pcm.c fwisound.h fw_helpers.h \ 9 firewire.h firewirereg.h \ 10 iec13213.h 11 12.include <bsd.kmod.mk> 13