author: Masahiro Yamada <masahiroy@kernel.org> 2021-04-15 16:26:59 +0900
committer: Masahiro Yamada <masahiroy@kernel.org> 2021-04-25 05:25:56 +0900
commit: e3456056f1d935491ee9148dbae98c6b95f58910
parent: 35f93a09e9683bf962f9164c0db5beeb65ad2c64
Commit Summary:
Diffstat:
1 file changed, 0 insertions, 1 deletion
diff --git a/scripts/Makefile.compiler b/scripts/Makefile.compiler
index 3f2f3665216f..86ecd2ac874c 100644
--- a/scripts/Makefile.compiler
+++ b/scripts/Makefile.compiler
@@ -21,7 +21,6 @@ TMPOUT = $(if $(KBUILD_EXTMOD),$(firstword $(KBUILD_EXTMOD))/).tmp_$$$$
# automatically cleaned up.
try-run = $(shell set -e; \
TMP=$(TMPOUT)/tmp; \
- TMPO=$(TMPOUT)/tmp.o; \
mkdir -p $(TMPOUT); \
trap "rm -rf $(TMPOUT)" EXIT; \
if ($(1)) >/dev/null 2>&1; \