From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3vkFpb5wCLzDqYl for ; Thu, 16 Mar 2017 15:28:39 +1100 (AEDT) From: Michael Ellerman To: "Andrew F. Davis" , Miguel Ojeda Sandonis , Wolfram Sang , Richard Purdie , Benjamin Herrenschmidt , Mauro Carvalho Chehab , Ulf Hansson , Lauro Ramos Venancio , Aloisio Almeida Jr , Samuel Ortiz , kernel-janitors@vger.kernel.org Cc: linux-pwm@vger.kernel.org, linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org, "Andrew F . Davis" , linuxppc-dev@lists.ozlabs.org, linux-media@vger.kernel.org Subject: Re: [PATCH v3 4/7] macintosh: Only descend into directory when CONFIG_MACINTOSH_DRIVERS is set In-Reply-To: <20170315163730.17055-5-afd@ti.com> References: <20170315163730.17055-1-afd@ti.com> <20170315163730.17055-5-afd@ti.com> Date: Thu, 16 Mar 2017 15:28:36 +1100 Message-ID: <87var9u9or.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , "Andrew F. Davis" writes: > When CONFIG_MACINTOSH_DRIVERS is not set make will still descend into the > macintosh directory but nothing will be built. This produces unneeded > build artifacts and messages in addition to slowing the build. > Fix this here. > > Signed-off-by: Andrew F. Davis > --- > drivers/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) LGTM. Acked-by: Michael Ellerman cheersj