projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f193c32
)
objtool: Remove libsubcmd.a when make clean
author
Tiezhu Yang
<yangtiezhu@loongson.cn>
Wed, 11 May 2022 08:37:50 +0000
(16:37 +0800)
committer
Josh Poimboeuf
<jpoimboe@kernel.org>
Thu, 12 May 2022 14:28:35 +0000
(07:28 -0700)
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
tools/objtool/Makefile
patch
|
blob
|
history
diff --git
a/tools/objtool/Makefile
b/tools/objtool/Makefile
index 8a90763cef1283a4d5c9e65a587aadac800eaf18..e66d717c245d0611f3387f161fd5892c1226f3b2 100644
(file)
--- 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: