ARM64: fix framepointer check in unwind_frame
[deliverable/linux.git] / sound / soc / Makefile
1 snd-soc-core-objs := soc-core.o soc-dapm.o soc-jack.o soc-cache.o soc-utils.o
2 snd-soc-core-objs += soc-pcm.o soc-compress.o soc-io.o soc-devres.o
3
4 ifneq ($(CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM),)
5 snd-soc-core-objs += soc-generic-dmaengine-pcm.o
6 endif
7
8 obj-$(CONFIG_SND_SOC) += snd-soc-core.o
9 obj-$(CONFIG_SND_SOC) += codecs/
10 obj-$(CONFIG_SND_SOC) += generic/
11 obj-$(CONFIG_SND_SOC) += atmel/
12 obj-$(CONFIG_SND_SOC) += au1x/
13 obj-$(CONFIG_SND_SOC) += blackfin/
14 obj-$(CONFIG_SND_SOC) += cirrus/
15 obj-$(CONFIG_SND_SOC) += davinci/
16 obj-$(CONFIG_SND_SOC) += dwc/
17 obj-$(CONFIG_SND_SOC) += fsl/
18 obj-$(CONFIG_SND_SOC) += jz4740/
19 obj-$(CONFIG_SND_SOC) += mid-x86/
20 obj-$(CONFIG_SND_SOC) += mxs/
21 obj-$(CONFIG_SND_SOC) += nuc900/
22 obj-$(CONFIG_SND_SOC) += omap/
23 obj-$(CONFIG_SND_SOC) += kirkwood/
24 obj-$(CONFIG_SND_SOC) += pxa/
25 obj-$(CONFIG_SND_SOC) += samsung/
26 obj-$(CONFIG_SND_SOC) += s6000/
27 obj-$(CONFIG_SND_SOC) += sh/
28 obj-$(CONFIG_SND_SOC) += spear/
29 obj-$(CONFIG_SND_SOC) += tegra/
30 obj-$(CONFIG_SND_SOC) += txx9/
31 obj-$(CONFIG_SND_SOC) += ux500/
This page took 0.037094 seconds and 5 git commands to generate.