diff options
Diffstat (limited to 'sound/soc/bcm/Makefile')
-rw-r--r-- | sound/soc/bcm/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/soc/bcm/Makefile b/sound/soc/bcm/Makefile new file mode 100644 index 000000000..bc816b71e --- /dev/null +++ b/sound/soc/bcm/Makefile @@ -0,0 +1,5 @@ +# BCM2835 Platform Support +snd-soc-bcm2835-i2s-objs := bcm2835-i2s.o + +obj-$(CONFIG_SND_BCM2835_SOC_I2S) += snd-soc-bcm2835-i2s.o + |