From: Tiezhu Yang Date: Wed, 11 May 2022 08:37:50 +0000 (+0800) Subject: objtool: Remove libsubcmd.a when make clean X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4bc78005887f6fca60b624822943708652fda01a;p=linux.git objtool: Remove libsubcmd.a when make clean The file libsubcmd.a still exists after make clean, remove it. Signed-off-by: Tiezhu Yang Signed-off-by: Josh Poimboeuf Link: https://lore.kernel.org/r/1652258270-6278-3-git-send-email-yangtiezhu@loongson.cn --- diff --git a/tools/objtool/Makefile b/tools/objtool/Makefile index 8a90763cef128..e66d717c245d0 100644 --- a/tools/objtool/Makefile +++ b/tools/objtool/Makefile @@ -63,7 +63,7 @@ $(LIBSUBCMD): fixdep FORCE clean: $(call QUIET_CLEAN, objtool) $(RM) $(OBJTOOL) $(Q)find $(OUTPUT) -name '*.o' -delete -o -name '\.*.cmd' -delete -o -name '\.*.d' -delete - $(Q)$(RM) $(OUTPUT)arch/x86/lib/inat-tables.c $(OUTPUT)fixdep + $(Q)$(RM) $(OUTPUT)arch/x86/lib/inat-tables.c $(OUTPUT)fixdep $(LIBSUBCMD) FORCE: