From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhang Rui Subject: Re: [PATCH 0/3] tools/thermal: tmon: Makefile improvements Date: Wed, 18 Oct 2017 10:19:03 +0800 Message-ID: <1508293143.2746.46.camel@intel.com> References: <20170927230237.62199-1-code@mmayer.net> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Return-path: 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 In-Reply-To: Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: Markus Mayer Cc: Broadcom Kernel List , Power Management List , Linux Kernel Mailing List 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 > >