From patchwork Thu May 8 05:26:11 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Lad, Prabhakar" X-Patchwork-Id: 4133141 Return-Path: X-Original-To: patchwork-alsa-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 68270BFF02 for ; Thu, 8 May 2014 05:26:43 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id AD47220251 for ; Thu, 8 May 2014 05:26:42 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 5EE942024D for ; Thu, 8 May 2014 05:26:41 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 5B84A2654A3; Thu, 8 May 2014 07:26:39 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=no version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id D6842265388; Thu, 8 May 2014 07:26:33 +0200 (CEST) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id 11335265469; Thu, 8 May 2014 07:26:33 +0200 (CEST) Received: from mail-pa0-f46.google.com (mail-pa0-f46.google.com [209.85.220.46]) by alsa0.perex.cz (Postfix) with ESMTP id B6616265388 for ; Thu, 8 May 2014 07:26:22 +0200 (CEST) Received: by mail-pa0-f46.google.com with SMTP id kx10so2180941pab.19 for ; Wed, 07 May 2014 22:26:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=XifHbi4uzg3nr7EhC3CgNNk7ZDRZg31h2AkkXj4Y2Gw=; b=FNLezkoOx3lRXJ2zaCXqZsf3Cbf63HkivVie99yDxP1uzKkhaqmQEqsrienW9B/VU6 Ju1jQ3srGw1aFwl7+W001WAR82T7vdUyb8X/J10hanriIPjrwklBefUlpbCYIc74tc4O QrnI+bXcBP5BjKOGZn1diUqoyrMV9AbyPyktV+fGfDCkbYUU8qdVv8AkxJWU0uSSa/Dn ygbQD2OGIGdf8Q5cn9gxgjdi1HgIPO8lGmxNfpaPxHHao5tqKBSc08TNdWB365vES9Ah Z5Ux0qQjyk5+43yyqS3qvmiHow5C8cc7514R/zeVlg1ti2dj1+OgCkhuP3R7oDOW5tOV +BbQ== X-Received: by 10.66.250.202 with SMTP id ze10mr3089105pac.153.1399526779578; Wed, 07 May 2014 22:26:19 -0700 (PDT) Received: from tango-charlie.vayavyatech.com ([122.166.13.141]) by mx.google.com with ESMTPSA id kn10sm6328178pbd.60.2014.05.07.22.26.16 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 07 May 2014 22:26:18 -0700 (PDT) From: Lad Prabhakar To: Takashi Iwai , Jaroslav Kysela Date: Thu, 8 May 2014 10:56:11 +0530 Message-Id: <1399526771-28422-1-git-send-email-prabhakar.csengg@gmail.com> X-Mailer: git-send-email 1.7.9.5 Cc: alsa-devel@alsa-project.org, Mark Brown , Liam Girdwood , "Lad, Prabhakar" , linux-kernel@vger.kernel.org Subject: [alsa-devel] [PATCH] sound: soc: intel: remove unneeded dependency from Makefile X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP 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 Tested-by: Jarkko Nikula --- 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/