Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[cascardo/linux.git] / sound / soc / spear / Makefile
1 # SPEAR Platform Support
2 snd-soc-spear-pcm-objs := spear_pcm.o
3 snd-soc-spear-spdif-in-objs := spdif_in.o
4 snd-soc-spear-spdif-out-objs := spdif_out.o
5
6 obj-$(CONFIG_SND_SPEAR_SOC) += snd-soc-spear-pcm.o
7 obj-$(CONFIG_SND_SPEAR_SPDIF_IN) += snd-soc-spear-spdif-in.o
8 obj-$(CONFIG_SND_SPEAR_SPDIF_OUT) += snd-soc-spear-spdif-out.o