Merge branch 'i2c/for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
[linux-2.6-microblaze.git] / sound / soc / bcm / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 # BCM2835 Platform Support
3 snd-soc-bcm2835-i2s-objs := bcm2835-i2s.o
4
5 obj-$(CONFIG_SND_BCM2835_SOC_I2S) += snd-soc-bcm2835-i2s.o
6
7 # CYGNUS Platform Support
8 snd-soc-cygnus-objs := cygnus-pcm.o cygnus-ssp.o
9
10 obj-$(CONFIG_SND_SOC_CYGNUS) += snd-soc-cygnus.o
11
12 # BCM63XX Platform Support
13 snd-soc-63xx-objs := bcm63xx-i2s-whistler.o bcm63xx-pcm-whistler.o
14
15 obj-$(CONFIG_SND_BCM63XX_I2S_WHISTLER) += snd-soc-63xx.o