Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752273AbdI0XCu (ORCPT ); Wed, 27 Sep 2017 19:02:50 -0400 Received: from smtp-out-no.shaw.ca ([64.59.134.9]:57243 "EHLO smtp-out-no.shaw.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751671AbdI0XCt (ORCPT ); Wed, 27 Sep 2017 19:02:49 -0400 X-Authority-Analysis: v=2.2 cv=a+JAzQaF c=1 sm=1 tr=0 a=k5HOQ6ZN7M0zyjl8M7O1NA==:117 a=k5HOQ6ZN7M0zyjl8M7O1NA==:17 a=2JCJgTwv5E4A:10 a=Q-fNiiVtAAAA:8 a=lX5LDQQWEf-X06vQmF4A:9 a=dOYdxcQ34oQt59Ft:21 a=_j-rx72a-0oc8rgA:21 a=Fp8MccfUoT0GBdDC_Lng:22 From: Markus Mayer To: Zhang Rui Cc: Markus Mayer , Broadcom Kernel List , Power Management List , Linux Kernel Mailing List Subject: [PATCH 0/3] tools/thermal: tmon: Makefile improvements Date: Wed, 27 Sep 2017 16:02:34 -0700 Message-Id: <20170927230237.62199-1-code@mmayer.net> X-Mailer: git-send-email 2.14.1 X-CMAE-Envelope: MS4wfFDmLj/c7ZTkKNMhu/4Xxvt/GilXhHkScAYTwzFdREXGfA3486CSFG76p71HFUJ92bvd6nnJ7JtG1hIT0Ndgz8TMJccufd+wunOQmH7s2HsiHVzt673o ylsIDxfY7yZFakBwywMwS+cRs7mFLAZu7sssTGqZ7WeqDzVTXv1utG1Msofi53GGRs8YJEkfyIEjLIsltNjzG2sOxw1yfJ1BZfnqs6MZRt/XH6jIF1hYD2zE JzWEnXNyIywwp6fTj4cqAE+yUMw+AHcJYFCk+rpRXSP2Zam4EhH4PzAethFl5eoyFF3bqCIdxmsLDVvt0sdr8Qin88OK5zHdz5oI+po/RoA= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 766 Lines: 22 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. 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