From patchwork Tue Nov 17 15:24:27 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joshua Clayton X-Patchwork-Id: 7638071 Return-Path: X-Original-To: patchwork-linux-spi@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 9234F9F2EC for ; Tue, 17 Nov 2015 15:26:21 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id A4BEA2051C for ; Tue, 17 Nov 2015 15:26:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5341820503 for ; Tue, 17 Nov 2015 15:26:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750867AbbKQPZ7 (ORCPT ); Tue, 17 Nov 2015 10:25:59 -0500 Received: from mail-pa0-f65.google.com ([209.85.220.65]:35061 "EHLO mail-pa0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753978AbbKQPZ2 (ORCPT ); Tue, 17 Nov 2015 10:25:28 -0500 Received: by padhk6 with SMTP id hk6so1716552pad.2; Tue, 17 Nov 2015 07:25:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=oh/6iG55iKEGKfMEwWTY9bCkUOipmvux8YDykW9pwiU=; b=FLzVi4oP95YtAuLZDCNAGcP3FdH/2iKhSRzo2YCbDjzG7lsvn9+i3hdXBv3aKv//z0 OxODgzYQwW68Yozj4bXDLEAiedzzhxDQyQZ2briUPVu+dqkkJcqeIwQj98kxV4+2Sqdh zmba0hgMzwRP1aMSlD7oHloTNiRa0W458pVecaFb5Zoxmjbg47UdSBtNG9qfRZDaw4n8 m8+NYYvuJ53YaHfKagYo8RuPEp4JRcVepEWo0MqI5iSjaZcroIgAa22ESo3spl0qC39f 7DDTcz6ii/t8GVI/liMq2+kY7G5m7l4HkFMmvQjVZ2xqyIQNXFw0ThXEBZDLge7ZDkx1 DSBQ== X-Received: by 10.66.251.226 with SMTP id zn2mr21176430pac.44.1447773927848; Tue, 17 Nov 2015 07:25:27 -0800 (PST) Received: from localhost.localdomain (68-185-59-186.static.knwc.wa.charter.com. [68.185.59.186]) by smtp.gmail.com with ESMTPSA id d7sm43701843pas.31.2015.11.17.07.25.26 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 17 Nov 2015 07:25:27 -0800 (PST) From: Joshua Clayton To: Mark Brown Cc: Jonathan Corbet , Adrian Remonda , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org, Joshua Clayton Subject: [PATCH 7/8] tools/Makefile: minor whitespace cleanup Date: Tue, 17 Nov 2015 07:24:27 -0800 Message-Id: <155366ac799345f42c8c342609ffa11b2df529b0.1447773299.git.stillcompiling@gmail.com> X-Mailer: git-send-email 2.5.0 In-Reply-To: References: In-Reply-To: References: Sender: linux-spi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org X-Spam-Status: No, score=-7.4 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Joshua Clayton --- tools/Makefile | 37 ++++++++++++++++++++++++++++++------- 1 file changed, 30 insertions(+), 7 deletions(-) diff --git a/tools/Makefile b/tools/Makefile index 9a617ad..428fb4d 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -80,10 +80,21 @@ turbostat_install x86_energy_perf_policy_install: tmon_install: $(call descend,thermal/$(@:_install=),install) -install: acpi_install cgroup_install cpupower_install hv_install firewire_install lguest_install \ - perf_install selftests_install turbostat_install usb_install \ - virtio_install vm_install net_install x86_energy_perf_policy_install \ - tmon +install: acpi_install \ + cgroup_install \ + cpupower_install \ + hv_install \ + firewire_install \ + lguest_install \ + perf_install \ + selftests_install \ + tmon \ + turbostat_install \ + usb_install \ + virtio_install \ + vm_install \ + net_install \ + x86_energy_perf_policy_install acpi_clean: $(call descend,power/acpi,clean) @@ -112,8 +123,20 @@ turbostat_clean x86_energy_perf_policy_clean: tmon_clean: $(call descend,thermal/tmon,clean) -clean: acpi_clean cgroup_clean cpupower_clean hv_clean firewire_clean lguest_clean \ - perf_clean selftests_clean turbostat_clean usb_clean virtio_clean \ - vm_clean net_clean x86_energy_perf_policy_clean tmon_clean +clean: acpi_clean \ + cgroup_clean \ + cpupower_clean \ + hv_clean \ + firewire_clean \ + lguest_clean \ + perf_clean \ + selftests_clean \ + tmon_clean \ + turbostat_clean \ + usb_clean \ + virtio_clean \ + vm_clean \ + net_clean \ + x86_energy_perf_policy_clean .PHONY: FORCE