From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762659AbdJRCTJ (ORCPT ); Tue, 17 Oct 2017 22:19:09 -0400 Received: from mga07.intel.com ([134.134.136.100]:52341 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756362AbdJRCTH (ORCPT ); Tue, 17 Oct 2017 22:19:07 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,393,1503385200"; d="scan'208";a="324458470" Message-ID: <1508293143.2746.46.camel@intel.com> Subject: Re: [PATCH 0/3] tools/thermal: tmon: Makefile improvements From: Zhang Rui To: Markus Mayer Cc: Broadcom Kernel List , Power Management List , Linux Kernel Mailing List Date: Wed, 18 Oct 2017 10:19:03 +0800 In-Reply-To: References: <20170927230237.62199-1-code@mmayer.net> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.2-0ubuntu3 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2017-10-13 at 13:39 -0700, Markus Mayer wrote: > On 27 September 2017 at 16:02, Markus Mayer wrote: > > > > From: Markus Mayer > > > > This series introduces a number of improvements to tmon's Makefile. > > The > > changes are meant to make it easier to cross-compile tmon on a > > greater > > number of platforms by giving more control to the person performing > > the > > build. > > > > At the same time, sensible defaults are retained so that building > > tmon > > will continue to work without any customizations on platforms on > > which > > it currently builds. > Rui, is there any chance you would be able to take this? > yes, patches applied. thanks, rui > Thanks, > -Markus > > > > > Markus Mayer (3): > >   tools/thermal: tmon: use "-fstack-protector" only if supported > >   tools/thermal: tmon: allow $(CC) to be defined externally > >   tools/thermal: tmon: use $(PKG_CONFIG) instead of hard-coding > >     pkg-config > > > >  tools/thermal/tmon/Makefile | 18 ++++++++++++------ > >  1 file changed, 12 insertions(+), 6 deletions(-) > > > > -- > > 2.7.4 > >