Skip to content

Commit 4bc7800

Browse files
seehearfeeljpoimboe
authored andcommitted
objtool: Remove libsubcmd.a when make clean
The file libsubcmd.a still exists after make clean, remove it. Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn> Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org> Link: https://lore.kernel.org/r/1652258270-6278-3-git-send-email-yangtiezhu@loongson.cn
1 parent f193c32 commit 4bc7800

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/objtool/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ $(LIBSUBCMD): fixdep FORCE
6363
clean:
6464
$(call QUIET_CLEAN, objtool) $(RM) $(OBJTOOL)
6565
$(Q)find $(OUTPUT) -name '*.o' -delete -o -name '\.*.cmd' -delete -o -name '\.*.d' -delete
66-
$(Q)$(RM) $(OUTPUT)arch/x86/lib/inat-tables.c $(OUTPUT)fixdep
66+
$(Q)$(RM) $(OUTPUT)arch/x86/lib/inat-tables.c $(OUTPUT)fixdep $(LIBSUBCMD)
6767

6868
FORCE:
6969

0 commit comments

Comments
 (0)