Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Franck Bui-Huu and committed by
Dominik Brodowski
cf0213fd f2a00bb3

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