Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752585AbbG0IVl (ORCPT ); Mon, 27 Jul 2015 04:21:41 -0400 Received: from mail-wi0-f171.google.com ([209.85.212.171]:34124 "EHLO mail-wi0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751042AbbG0IVj (ORCPT ); Mon, 27 Jul 2015 04:21:39 -0400 Reply-To: monstr@monstr.eu Subject: Re: [PATCH] clk: zynq: remove redundant $(CONFIG_ARCH_ZYNQ) in Makefile References: <1437982602-26886-1-git-send-email-yamada.masahiro@socionext.com> To: Masahiro Yamada , linux-clk@vger.kernel.org Cc: Michael Turquette , Stephen Boyd , Michal Simek , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, =?UTF-8?Q?S=c3=b6ren_Brinkmann?= From: Michal Simek Message-ID: <55B5EA0F.8000404@monstr.eu> Date: Mon, 27 Jul 2015 10:21:35 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <1437982602-26886-1-git-send-email-yamada.masahiro@socionext.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GwXtDStMJAIfJK7Vk31Ucp3Qb3vKQlfOo" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2038 Lines: 63 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --GwXtDStMJAIfJK7Vk31Ucp3Qb3vKQlfOo Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 07/27/2015 09:36 AM, Masahiro Yamada wrote: > Kbuild descends into drivers/clk/zynq/ only when CONFIG_ARCH_ZYNQ > is enabled. (see drivers/clk/Makefile) >=20 > $(CONFIG_ARCH_ZYNQ) in drivers/clk/zynq/Makefile always evaluates > to 'y'. >=20 > Signed-off-by: Masahiro Yamada > --- >=20 > drivers/clk/zynq/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/drivers/clk/zynq/Makefile b/drivers/clk/zynq/Makefile > index 156d923..0afc2e7 100644 > --- a/drivers/clk/zynq/Makefile > +++ b/drivers/clk/zynq/Makefile > @@ -1,3 +1,3 @@ > # Zynq clock specific Makefile > =20 > -obj-$(CONFIG_ARCH_ZYNQ) +=3D clkc.o pll.o > +obj-y +=3D clkc.o pll.o >=20 Applied to zynq/soc branch and will go to mainline via arm-soc. Let me know if someone else wants to take it via different tree. Thanks, Michal --=20 Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91 w: www.monstr.eu p: +42-0-721842854 Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/ Maintainer of Linux kernel - Xilinx Zynq ARM architecture Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform --GwXtDStMJAIfJK7Vk31Ucp3Qb3vKQlfOo Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (GNU/Linux) iEYEARECAAYFAlW16g8ACgkQykllyylKDCGr0wCcC2ftyW8518s4jNnci5YBmo1m O0cAn0pWoV/diRLE87eChSo8Ot8Tim0T =T8kI -----END PGP SIGNATURE----- --GwXtDStMJAIfJK7Vk31Ucp3Qb3vKQlfOo-- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/