projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec13abc
)
tools: Correct typo in tools Makefile
author
Borislav Petkov
<bp@suse.de>
Tue, 29 Jan 2013 10:48:11 +0000
(11:48 +0100)
committer
Arnaldo Carvalho de Melo
<acme@redhat.com>
Wed, 30 Jan 2013 13:35:14 +0000
(10:35 -0300)
It should be
make -C tools/ <tool>_install
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: Ingo Molnar <mingo@kernel.org>
Link:
http://lkml.kernel.org/r/1359456492-22156-1-git-send-email-bp@alien8.de
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/tools/Makefile
b/tools/Makefile
index 1f9a529fe544f768c4322e884e4c34d02d482b5e..798fa0ef048e99002678a20e2ddc477e7ff54079 100644
(file)
--- a/
tools/Makefile
+++ b/
tools/Makefile
@@
-15,7
+15,7
@@
help:
@echo ' x86_energy_perf_policy - Intel energy policy tool'
@echo ''
@echo 'You can do:'
- @echo ' $$ make -C tools/<tool>_install'
+ @echo ' $$ make -C tools/
<tool>_install'
@echo ''
@echo ' from the kernel command line to build and install one of'
@echo ' the tools above'