* [PATCH 1/2] ASoC: Correcting the config options in soc/omap/Makefile
@ 2009-11-17 16:13 Anuj Aggarwal
2009-11-18 13:09 ` Mark Brown
0 siblings, 1 reply; 4+ messages in thread
From: Anuj Aggarwal @ 2009-11-17 16:13 UTC (permalink / raw)
To: linux-omap; +Cc: broonie, Anuj Aggarwal
Wrong config options were being used in the soc/omap/Makefile
for OMAP2 & OMAP3 and AM3517 EVMs.
Signed-off-by: Anuj Aggarwal <anuj.aggarwal@ti.com>
---
sound/soc/omap/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sound/soc/omap/Makefile b/sound/soc/omap/Makefile
index 02d6947..a69bd04 100644
--- a/sound/soc/omap/Makefile
+++ b/sound/soc/omap/Makefile
@@ -21,8 +21,8 @@ obj-$(CONFIG_SND_OMAP_SOC_N810) += snd-soc-n810.o
obj-$(CONFIG_SND_OMAP_SOC_AMS_DELTA) += snd-soc-ams-delta.o
obj-$(CONFIG_SND_OMAP_SOC_OSK5912) += snd-soc-osk5912.o
obj-$(CONFIG_SND_OMAP_SOC_OVERO) += snd-soc-overo.o
-obj-$(CONFIG_MACH_OMAP2EVM) += snd-soc-omap2evm.o
-obj-$(CONFIG_MACH_OMAP3EVM) += snd-soc-omap3evm.o
+obj-$(CONFIG_SND_OMAP_SOC_OMAP2EVM) += snd-soc-omap2evm.o
+obj-$(CONFIG_SND_SOC_OMAP_OMAP3EVM) += snd-soc-omap3evm.o
obj-$(CONFIG_SND_OMAP_SOC_SDP3430) += snd-soc-sdp3430.o
obj-$(CONFIG_SND_OMAP_SOC_OMAP3_PANDORA) += snd-soc-omap3pandora.o
obj-$(CONFIG_SND_OMAP_SOC_OMAP3_BEAGLE) += snd-soc-omap3beagle.o
--
1.6.2.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 1/2] ASoC: Correcting the config options in soc/omap/Makefile
@ 2009-11-18 12:38 Anuj Aggarwal
2009-11-18 13:47 ` Mark Brown
0 siblings, 1 reply; 4+ messages in thread
From: Anuj Aggarwal @ 2009-11-18 12:38 UTC (permalink / raw)
To: alsa-devel; +Cc: Anuj Aggarwal, broonie
Wrong config options were being used in the soc/omap/Makefile
for OMAP2 & OMAP3 and AM3517 EVMs.
Signed-off-by: Anuj Aggarwal <anuj.aggarwal@ti.com>
---
sound/soc/omap/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sound/soc/omap/Makefile b/sound/soc/omap/Makefile
index 02d6947..a69bd04 100644
--- a/sound/soc/omap/Makefile
+++ b/sound/soc/omap/Makefile
@@ -21,8 +21,8 @@ obj-$(CONFIG_SND_OMAP_SOC_N810) += snd-soc-n810.o
obj-$(CONFIG_SND_OMAP_SOC_AMS_DELTA) += snd-soc-ams-delta.o
obj-$(CONFIG_SND_OMAP_SOC_OSK5912) += snd-soc-osk5912.o
obj-$(CONFIG_SND_OMAP_SOC_OVERO) += snd-soc-overo.o
-obj-$(CONFIG_MACH_OMAP2EVM) += snd-soc-omap2evm.o
-obj-$(CONFIG_MACH_OMAP3EVM) += snd-soc-omap3evm.o
+obj-$(CONFIG_SND_OMAP_SOC_OMAP2EVM) += snd-soc-omap2evm.o
+obj-$(CONFIG_SND_SOC_OMAP_OMAP3EVM) += snd-soc-omap3evm.o
obj-$(CONFIG_SND_OMAP_SOC_SDP3430) += snd-soc-sdp3430.o
obj-$(CONFIG_SND_OMAP_SOC_OMAP3_PANDORA) += snd-soc-omap3pandora.o
obj-$(CONFIG_SND_OMAP_SOC_OMAP3_BEAGLE) += snd-soc-omap3beagle.o
--
1.6.2.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 1/2] ASoC: Correcting the config options in soc/omap/Makefile
2009-11-17 16:13 [PATCH 1/2] ASoC: Correcting the config options in soc/omap/Makefile Anuj Aggarwal
@ 2009-11-18 13:09 ` Mark Brown
0 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2009-11-18 13:09 UTC (permalink / raw)
To: Anuj Aggarwal; +Cc: linux-omap
On Tue, Nov 17, 2009 at 09:43:18PM +0530, Anuj Aggarwal wrote:
> Wrong config options were being used in the soc/omap/Makefile
> for OMAP2 & OMAP3 and AM3517 EVMs.
> Signed-off-by: Anuj Aggarwal <anuj.aggarwal@ti.com>
Applied both, thanks.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/2] ASoC: Correcting the config options in soc/omap/Makefile
2009-11-18 12:38 Anuj Aggarwal
@ 2009-11-18 13:47 ` Mark Brown
0 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2009-11-18 13:47 UTC (permalink / raw)
To: Anuj Aggarwal; +Cc: alsa-devel
On Wed, Nov 18, 2009 at 06:08:59PM +0530, Anuj Aggarwal wrote:
> -obj-$(CONFIG_MACH_OMAP2EVM) += snd-soc-omap2evm.o
> -obj-$(CONFIG_MACH_OMAP3EVM) += snd-soc-omap3evm.o
> +obj-$(CONFIG_SND_OMAP_SOC_OMAP2EVM) += snd-soc-omap2evm.o
> +obj-$(CONFIG_SND_SOC_OMAP_OMAP3EVM) += snd-soc-omap3evm.o
Actually, shouldn't the OMAP3EVM one be CONFIG_SND_OMAP_SOC_OMAP3EVM?
I'll back this out for now.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-11-18 13:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-17 16:13 [PATCH 1/2] ASoC: Correcting the config options in soc/omap/Makefile Anuj Aggarwal
2009-11-18 13:09 ` Mark Brown
-- strict thread matches above, loose matches on Subject: below --
2009-11-18 12:38 Anuj Aggarwal
2009-11-18 13:47 ` Mark Brown
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.