diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-12 08:39:15 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-12 08:39:15 -0800 |
commit | 1b3862798cf4390b9110e54e405646e156f47c83 (patch) | |
tree | c7df5be81623cfd63459758a7a87ed3b5a9d44b3 /tools/power/x86/turbostat/Makefile | |
parent | 968a8516a4f6d76e022842ba774458044d80d12c (diff) | |
parent | eca0bdd326d2cf9127bbb6ac602bfbcbf169c10d (diff) | |
download | blackbird-obmc-linux-1b3862798cf4390b9110e54e405646e156f47c83.tar.gz blackbird-obmc-linux-1b3862798cf4390b9110e54e405646e156f47c83.zip |
Merge branch 'tools' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6
* 'tools' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6:
tools: create power/x86/x86_energy_perf_policy
tools: create power/x86/turbostat
Diffstat (limited to 'tools/power/x86/turbostat/Makefile')
-rw-r--r-- | tools/power/x86/turbostat/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/power/x86/turbostat/Makefile b/tools/power/x86/turbostat/Makefile new file mode 100644 index 000000000000..fd8e1f1297aa --- /dev/null +++ b/tools/power/x86/turbostat/Makefile @@ -0,0 +1,8 @@ +turbostat : turbostat.c + +clean : + rm -f turbostat + +install : + install turbostat /usr/bin/turbostat + install turbostat.8 /usr/share/man/man8 |