From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ray Jui Subject: Re: [PATCH] pinctrl: always include all subdirectories in build Date: Wed, 14 Oct 2015 22:08:23 -0700 Message-ID: <561F34C7.6030108@broadcom.com> References: <1444578044-17804-1-git-send-email-jogo@openwrt.org> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-gw2-out.broadcom.com ([216.31.210.63]:44909 "EHLO mail-gw2-out.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751622AbbJOFI0 (ORCPT ); Thu, 15 Oct 2015 01:08:26 -0400 In-Reply-To: <1444578044-17804-1-git-send-email-jogo@openwrt.org> Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Jonas Gorski , linux-gpio@vger.kernel.org Cc: Linus Walleij , Alexandre Courbot , Thomas Petazzoni , Stephen Warren , Lee Jones , Eric Anholt , Florian Fainelli , Scott Branden , Mika Westerberg , Heikki Krogerus , Matthias Brugger , Maxime Coquelin , Kumar Gala , Andy Gross , David Brown , Viresh Kumar , Tomasz Figa , Tony Prisk , Sebastian Hesselbarth , Laurent Pinchart , Masahiro Yamada On 10/11/2015 8:40 AM, Jonas Gorski wrote: > All pinctrl drivers in subdirectories are properly guarded by individual > configuration symbols, so there is no need to limit the directories to > the belonging machines. > > This allows wider COMPILE_TEST coverage on "foreign" targets. > > Signed-off-by: Jonas Gorski > --- > drivers/pinctrl/Makefile | 24 ++++++++++++------------ > 1 file changed, 12 insertions(+), 12 deletions(-) For ARCH_BCM, Acked-by: Ray Jui Thanks, Ray