Эх сурвалжийг харах

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>
Franck Bui-Huu 13 жил өмнө
parent
commit
cf0213fdff

+ 0 - 2
tools/power/cpupower/Makefile

@@ -228,8 +228,6 @@ compile-bench: libcpupower.so.$(LIB_MAJ)
 clean:
 clean:
 	-find . \( -not -type d \) -and \( -name '*~' -o -name '*.[oas]' \) -type f -print \
 	-find . \( -not -type d \) -and \( -name '*~' -o -name '*.[oas]' \) -type f -print \
 	 | xargs rm -f
 	 | xargs rm -f
-	-rm -f $(UTIL_BINS)
-	-rm -f $(IDLE_OBJS)
 	-rm -f cpupower
 	-rm -f cpupower
 	-rm -f libcpupower.so*
 	-rm -f libcpupower.so*
 	-rm -rf po/*.gmo po/*.pot
 	-rm -rf po/*.gmo po/*.pot