Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753941AbbKQP0A (ORCPT ); Tue, 17 Nov 2015 10:26:00 -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 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-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1914 Lines: 67 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 -- 2.5.0 -- 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/