Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cf0213fd authored by Franck Bui-Huu's avatar Franck Bui-Huu Committed by Dominik Brodowski
Browse files

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: default avatarFranck Bui-Huu <fbuihuu@gmail.com>
Signed-off-by: default avatarDominik Brodowski <linux@dominikbrodowski.net>
parent f2a00bb3
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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