From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarkko Nikula Subject: Re: [alsa-devel] [PATCH] sound: soc: intel: remove unneeded dependency from Makefile Date: Fri, 9 May 2014 10:49:42 +0300 Message-ID: <20140509074942.GA19551@mylly> References: <1399526771-28422-1-git-send-email-prabhakar.csengg@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1399526771-28422-1-git-send-email-prabhakar.csengg@gmail.com> Sender: linux-kernel-owner@vger.kernel.org To: Lad Prabhakar Cc: Takashi Iwai , Jaroslav Kysela , alsa-devel@alsa-project.org, Mark Brown , Liam Girdwood , linux-kernel@vger.kernel.org, Vinod Koul List-Id: alsa-devel@alsa-project.org On Thu, May 08, 2014 at 10:56:11AM +0530, Lad Prabhakar wrote: > From: "Lad, Prabhakar" > > 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 > --- > 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