diff options
-rw-r--r-- | tools/power/cpupower/Makefile | 2 |
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) | |||
228 | clean: | 228 | clean: |
229 | -find . \( -not -type d \) -and \( -name '*~' -o -name '*.[oas]' \) -type f -print \ | 229 | -find . \( -not -type d \) -and \( -name '*~' -o -name '*.[oas]' \) -type f -print \ |
230 | | xargs rm -f | 230 | | xargs rm -f |
231 | -rm -f $(UTIL_BINS) | ||
232 | -rm -f $(IDLE_OBJS) | ||
233 | -rm -f cpupower | 231 | -rm -f cpupower |
234 | -rm -f libcpupower.so* | 232 | -rm -f libcpupower.so* |
235 | -rm -rf po/*.gmo po/*.pot | 233 | -rm -rf po/*.gmo po/*.pot |