30 Mar
2011
30 Mar
'11
7:22 a.m.
Hi Mark
On 3/30/2011 5:03 AM, Mark Brown wrote:
On Tue, Mar 29, 2011 at 04:47:02PM +0530, Rajeev Kumar wrote:
+++ b/sound/soc/spear/Makefile @@ -0,0 +1,6 @@ +# SPEAR Platform Support +obj-$(CONFIG_SND_SOC_SPEAR) += spear13xx-pcm.o +obj-$(CONFIG_SND_SOC_SPEAR_I2S) += spear13xx-i2s.o
+# SPEAR Machine Support +obj-$(CONFIG_SND_SOC_SPEAR_EVM) += evb_sta529.o
As previously mentioned you should give all the modules snd-soc- prefixes to their names.
Ok it should be like
snd-soc-evb-objs := evb_sta529.o
obj-$(CONFIG_SND_SPEAR_SOC_EVM) += snd-soc-evb.o
Best Regards Rajeev