Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(127)

Side by Side Diff: sound/soc/Makefile

Issue 6577007: CHROMIUM: ASoC: Import entire upstream ASoC tree (Closed)
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « sound/soc/Kconfig ('k') | sound/soc/atmel/playpaq_wm8510.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 snd-soc-core-objs := soc-core.o soc-dapm.o soc-jack.o soc-cache.o soc-utils.o 1 snd-soc-core-objs := soc-core.o soc-dapm.o soc-jack.o soc-cache.o soc-utils.o
2 2
3 obj-$(CONFIG_SND_SOC) += snd-soc-core.o 3 obj-$(CONFIG_SND_SOC) += snd-soc-core.o
4 obj-$(CONFIG_SND_SOC) += codecs/ 4 obj-$(CONFIG_SND_SOC) += codecs/
5 obj-$(CONFIG_SND_SOC) += atmel/ 5 obj-$(CONFIG_SND_SOC) += atmel/
6 obj-$(CONFIG_SND_SOC) += au1x/ 6 obj-$(CONFIG_SND_SOC) += au1x/
7 obj-$(CONFIG_SND_SOC) += blackfin/ 7 obj-$(CONFIG_SND_SOC) += blackfin/
8 obj-$(CONFIG_SND_SOC) += davinci/ 8 obj-$(CONFIG_SND_SOC) += davinci/
9 obj-$(CONFIG_SND_SOC) += ep93xx/ 9 obj-$(CONFIG_SND_SOC) += ep93xx/
10 obj-$(CONFIG_SND_SOC) += fsl/ 10 obj-$(CONFIG_SND_SOC) += fsl/
11 obj-$(CONFIG_SND_SOC) += imx/ 11 obj-$(CONFIG_SND_SOC) += imx/
12 obj-$(CONFIG_SND_SOC) += jz4740/ 12 obj-$(CONFIG_SND_SOC) += jz4740/
13 obj-$(CONFIG_SND_SOC) += mid-x86/
13 obj-$(CONFIG_SND_SOC) += nuc900/ 14 obj-$(CONFIG_SND_SOC) += nuc900/
14 obj-$(CONFIG_SND_SOC) += omap/ 15 obj-$(CONFIG_SND_SOC) += omap/
15 obj-$(CONFIG_SND_SOC) += kirkwood/ 16 obj-$(CONFIG_SND_SOC) += kirkwood/
16 obj-$(CONFIG_SND_SOC) += pxa/ 17 obj-$(CONFIG_SND_SOC) += pxa/
17 obj-$(CONFIG_SND_SOC)» += s3c24xx/ 18 obj-$(CONFIG_SND_SOC)» += samsung/
18 obj-$(CONFIG_SND_SOC) += s6000/ 19 obj-$(CONFIG_SND_SOC) += s6000/
19 obj-$(CONFIG_SND_SOC) += sh/ 20 obj-$(CONFIG_SND_SOC) += sh/
20 obj-$(CONFIG_SND_SOC) += tegra/ 21 obj-$(CONFIG_SND_SOC) += tegra/
21 obj-$(CONFIG_SND_SOC) += txx9/ 22 obj-$(CONFIG_SND_SOC) += txx9/
OLDNEW
« no previous file with comments | « sound/soc/Kconfig ('k') | sound/soc/atmel/playpaq_wm8510.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698