diff options
author | Dominik Brodowski <linux@dominikbrodowski.net> | 2011-04-19 09:03:52 +0200 |
---|---|---|
committer | Dominik Brodowski <linux@dominikbrodowski.net> | 2011-07-29 18:35:37 +0200 |
commit | 7443af9c9b99ed8eb1eb4496ca1769adba64776b (patch) | |
tree | 73123b1f4dd81db28c4526d3e7171db2135f7500 /tools/power/cpupower/.gitignore | |
parent | c5db37fa0a84a6fd05e669dae3a706fa84012f73 (diff) | |
download | blackbird-obmc-linux-7443af9c9b99ed8eb1eb4496ca1769adba64776b.tar.gz blackbird-obmc-linux-7443af9c9b99ed8eb1eb4496ca1769adba64776b.zip |
cpupowerutils: remove ccdv, use kernel quiet/verbose mechanism
Use the quiet/verbose mechanism found in kernel tools, without
relying on the special tool "ccdv"
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Diffstat (limited to 'tools/power/cpupower/.gitignore')
-rw-r--r-- | tools/power/cpupower/.gitignore | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/power/cpupower/.gitignore b/tools/power/cpupower/.gitignore index f8d7b5ac2719..4f0eb1d798df 100644 --- a/tools/power/cpupower/.gitignore +++ b/tools/power/cpupower/.gitignore @@ -14,8 +14,10 @@ lib/proc.o lib/sysfs.lo lib/sysfs.o libcpufreq.la -po/cpufrequtils.pot +po/cpupowerutils.pot po/*.gmo utils/cpufreq-info.o utils/cpufreq-set.o -utils/cpufreq-aperf.o
\ No newline at end of file +utils/cpufreq-aperf.o +cpupower +bench/cpufreq-bench |