aboutsummaryrefslogtreecommitdiffstats
path: root/tools/power/cpupower/Makefile
diff options
context:
space:
mode:
authorFranck Bui-Huu <fbuihuu@gmail.com>2012-02-01 12:08:18 +0100
committerDominik Brodowski <linux@dominikbrodowski.net>2012-03-03 14:40:10 +0100
commitcf0213fdff9c0e9392fcde925113ed965cbd1f7e (patch)
tree482e9752415a5ebc40813ecf576e1bde72260c85 /tools/power/cpupower/Makefile
parentcpupower: Fix linking with --as-needed (diff)
downloadlinux-dev-cf0213fdff9c0e9392fcde925113ed965cbd1f7e.tar.xz
linux-dev-cf0213fdff9c0e9392fcde925113ed965cbd1f7e.zip
cpupower tool: remove use of undefined variables from the clean target of the top makefile
UTIL_BINS and IDLE_OBJS variables are not defined at all, so there's no need to remove their content from the 'clean' target. Signed-off-by: Franck Bui-Huu <fbuihuu@gmail.com> Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Diffstat (limited to '')
-rw-r--r--tools/power/cpupower/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/power/cpupower/Makefile b/tools/power/cpupower/Makefile
index f01b3f5e3126..eb7f44844d5a 100644
--- a/tools/power/cpupower/Makefile
+++ b/tools/power/cpupower/Makefile
@@ -228,8 +228,6 @@ compile-bench: libcpupower.so.$(LIB_MAJ)
clean:
-find . \( -not -type d \) -and \( -name '*~' -o -name '*.[oas]' \) -type f -print \
| xargs rm -f
- -rm -f $(UTIL_BINS)
- -rm -f $(IDLE_OBJS)
-rm -f cpupower
-rm -f libcpupower.so*
-rm -rf po/*.gmo po/*.pot