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 <[email protected]> Signed-off-by: Josh Poimboeuf <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent f193c32 commit 4bc7800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)