Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 59fcbb63 authored by Cliff Cai's avatar Cliff Cai Committed by Jaroslav Kysela
Browse files

sound: ASoC: Blackfin: Include Blackfin architecture support in build

parent 579e8eac
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -31,6 +31,7 @@ source "sound/soc/sh/Kconfig"
source "sound/soc/fsl/Kconfig"
source "sound/soc/fsl/Kconfig"
source "sound/soc/davinci/Kconfig"
source "sound/soc/davinci/Kconfig"
source "sound/soc/omap/Kconfig"
source "sound/soc/omap/Kconfig"
source "sound/soc/blackfin/Kconfig"


# Supported codecs
# Supported codecs
source "sound/soc/codecs/Kconfig"
source "sound/soc/codecs/Kconfig"
+1 −1
Original line number Original line Diff line number Diff line
@@ -2,4 +2,4 @@ snd-soc-core-objs := soc-core.o soc-dapm.o


obj-$(CONFIG_SND_SOC)	+= snd-soc-core.o
obj-$(CONFIG_SND_SOC)	+= snd-soc-core.o
obj-$(CONFIG_SND_SOC)	+= codecs/ at32/ at91/ pxa/ s3c24xx/ sh/ fsl/ davinci/
obj-$(CONFIG_SND_SOC)	+= codecs/ at32/ at91/ pxa/ s3c24xx/ sh/ fsl/ davinci/
obj-$(CONFIG_SND_SOC)	+= omap/ au1x/
obj-$(CONFIG_SND_SOC)	+= omap/ au1x/ blackfin/