kernel/sound/soc/bcm/Makefile
.. .. @@ -1,3 +1,4 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 # BCM2835 Platform Support 2 3 snd-soc-bcm2835-i2s-objs := bcm2835-i2s.o 3 4 .. .. @@ -8,3 +9,7 @@ 8 9 9 10 obj-$(CONFIG_SND_SOC_CYGNUS) += snd-soc-cygnus.o 10 11 12 +# BCM63XX Platform Support13 +snd-soc-63xx-objs := bcm63xx-i2s-whistler.o bcm63xx-pcm-whistler.o14 +15 +obj-$(CONFIG_SND_BCM63XX_I2S_WHISTLER) += snd-soc-63xx.o