diff --git a/tools/power/cpupower/Makefile b/tools/power/cpupower/Makefile index f01b3f5e31267d0a5929c6ef2b16512d8a832e41..eb7f44844d5aed518295215efb1cd0275dac3e1e 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