mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 07:50:04 +00:00
tools: Correct typo in tools Makefile
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>
This commit is contained in:
parent
ec13abc37f
commit
7e010562e0
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user