linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sound: soc: intel: remove unneeded dependency from Makefile
@ 2014-05-08  5:26 Lad Prabhakar
  2014-05-09  7:49 ` [alsa-devel] " Jarkko Nikula
  0 siblings, 1 reply; 3+ messages in thread
From: Lad Prabhakar @ 2014-05-08  5:26 UTC (permalink / raw)
  To: Takashi Iwai, Jaroslav Kysela
  Cc: Mark Brown, Liam Girdwood, alsa-devel, linux-kernel, Lad, Prabhakar

From: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>

this patch removes drops the entries form Makefile, fixing
following issues when make clean was run,

scripts/Makefile.clean:17: sound/soc/intel/board/Makefile: No such file or directory
scripts/Makefile.clean:17: sound/soc/intel/sst/Makefile: No such file or directory

Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
---
 Found this issue on linux-next not sure if this is fixed in
 sound subsystem tree.
 
 sound/soc/intel/Makefile |    6 ------
 1 file changed, 6 deletions(-)

diff --git a/sound/soc/intel/Makefile b/sound/soc/intel/Makefile
index 57242c4..26544c5 100644
--- a/sound/soc/intel/Makefile
+++ b/sound/soc/intel/Makefile
@@ -32,9 +32,3 @@ PLATFORM_LIBS = platform-libs/controls_v2_dpcm.o
 
 snd-soc-sst-platform-objs := pcm.o compress.o $(PLATFORM_LIBS)
 obj-$(CONFIG_SND_SST_PLATFORM) += snd-soc-sst-platform.o
-
-# Relevant Machine driver
-obj-$(CONFIG_SND_SST_MACHINE) += board/
-
-# IPC driver
-obj-$(CONFIG_SND_INTEL_SST) += sst/
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [alsa-devel] [PATCH] sound: soc: intel: remove unneeded dependency from Makefile
  2014-05-08  5:26 [PATCH] sound: soc: intel: remove unneeded dependency from Makefile Lad Prabhakar
@ 2014-05-09  7:49 ` Jarkko Nikula
  2014-05-12 20:38   ` Mark Brown
  0 siblings, 1 reply; 3+ messages in thread
From: Jarkko Nikula @ 2014-05-09  7:49 UTC (permalink / raw)
  To: Lad Prabhakar
  Cc: Takashi Iwai, Jaroslav Kysela, alsa-devel, Mark Brown,
	Liam Girdwood, linux-kernel, Vinod Koul

On Thu, May 08, 2014 at 10:56:11AM +0530, Lad Prabhakar wrote:
> From: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
> 
> this patch removes drops the entries form Makefile, fixing
> following issues when make clean was run,
> 
> scripts/Makefile.clean:17: sound/soc/intel/board/Makefile: No such file or directory
> scripts/Makefile.clean:17: sound/soc/intel/sst/Makefile: No such file or directory
> 
> Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
> ---
>  Found this issue on linux-next not sure if this is fixed in
>  sound subsystem tree.
>  
This hit me too and was introduced in 1eee978f4258
("ASoC: Intel: split the pcm and compress to different files").

Vinod, do you have something coming soon to these Makefiles or would it be
better take this now?

Tested-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [alsa-devel] [PATCH] sound: soc: intel: remove unneeded dependency from Makefile
  2014-05-09  7:49 ` [alsa-devel] " Jarkko Nikula
@ 2014-05-12 20:38   ` Mark Brown
  0 siblings, 0 replies; 3+ messages in thread
From: Mark Brown @ 2014-05-12 20:38 UTC (permalink / raw)
  To: Jarkko Nikula
  Cc: Lad Prabhakar, Takashi Iwai, Jaroslav Kysela, alsa-devel,
	Liam Girdwood, linux-kernel, Vinod Koul

[-- Attachment #1: Type: text/plain, Size: 408 bytes --]

On Fri, May 09, 2014 at 10:49:42AM +0300, Jarkko Nikula wrote:

> This hit me too and was introduced in 1eee978f4258
> ("ASoC: Intel: split the pcm and compress to different files").

> Vinod, do you have something coming soon to these Makefiles or would it be
> better take this now?

I separately discarded those commits since there seemed to be this and
other issues there so the patch no longer applies.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-05-12 20:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-08  5:26 [PATCH] sound: soc: intel: remove unneeded dependency from Makefile Lad Prabhakar
2014-05-09  7:49 ` [alsa-devel] " Jarkko Nikula
2014-05-12 20:38   ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).