From: Kevin Hilman <khilman@kernel.org>
To: linux-kernel@vger.kernel.org
Cc: linaro-kernel@lists.linaro.org,
"Kevin Hilman" <khilman@linaro.org>,
"Shuah Khan" <shuahkh@osg.samsung.com>,
"Michael Ellerman" <mpe@ellerman.id.au>,
"Bamvor Jian Zhang" <bamvor.zhangjian@linaro.org>,
"Arnaldo Carvalho de Melo" <acme@redhat.com>,
"Jiri Olsa" <jolsa@kernel.org>,
"Jonathan Cameron" <jic23@kernel.org>,
"Pavel Machek" <pavel@ucw.cz>,
"Roberta Dobrescu" <roberta.dobrescu@gmail.com>,
"Pali Rohár" <pali.rohar@gmail.com>
Subject: [PATCH] tools: Makefile: fix selftests_install rule
Date: Tue, 17 Nov 2015 13:54:19 -0800 [thread overview]
Message-ID: <1447797261-1775-1-git-send-email-khilman@kernel.org> (raw)
From: Kevin Hilman <khilman@linaro.org>
Fix copy/paste error in selftests_install rule which was copy-pasted
from the clean rule but not properly changed.
Cc: Shuah Khan <shuahkh@osg.samsung.com>
Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
Signed-off-by: Kevin Hilman <khilman@linaro.org>
---
tools/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/Makefile b/tools/Makefile
index d6f307dfb1a3..9ad186bb4e80 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -87,7 +87,7 @@ cgroup_install firewire_install hv_install lguest_install perf_install usb_insta
$(call descend,$(@:_install=),install)
selftests_install:
- $(call descend,testing/$(@:_clean=),install)
+ $(call descend,testing/$(@:_install=),install)
turbostat_install x86_energy_perf_policy_install:
$(call descend,power/x86/$(@:_install=),install)
--
2.4.5
next reply other threads:[~2015-11-17 21:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-17 21:54 Kevin Hilman [this message]
2015-11-18 20:47 ` [PATCH] tools: Makefile: fix selftests_install rule Arnaldo Carvalho de Melo
2015-11-23 16:04 ` [tip:perf/core] tools: Fix selftests_install Makefile rule tip-bot for Kevin Hilman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1447797261-1775-1-git-send-email-khilman@kernel.org \
--to=khilman@kernel.org \
--cc=acme@redhat.com \
--cc=bamvor.zhangjian@linaro.org \
--cc=jic23@kernel.org \
--cc=jolsa@kernel.org \
--cc=khilman@linaro.org \
--cc=linaro-kernel@lists.linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mpe@ellerman.id.au \
--cc=pali.rohar@gmail.com \
--cc=pavel@ucw.cz \
--cc=roberta.dobrescu@gmail.com \
--cc=shuahkh@osg.samsung.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.