forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/sound/soc/bcm/Makefile
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 # BCM2835 Platform Support
23 snd-soc-bcm2835-i2s-objs := bcm2835-i2s.o
34
....@@ -8,3 +9,7 @@
89
910 obj-$(CONFIG_SND_SOC_CYGNUS) += snd-soc-cygnus.o
1011
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