kbuild: remove TMPO from try-run
authorMasahiro Yamada <masahiroy@kernel.org>
Thu, 15 Apr 2021 07:26:59 +0000 (16:26 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 24 Apr 2021 20:25:56 +0000 (05:25 +0900)
commite3456056f1d935491ee9148dbae98c6b95f58910
tree8ce6809db0edaa4eebbebe9ff79055c9e7279d9b
parent35f93a09e9683bf962f9164c0db5beeb65ad2c64
kbuild: remove TMPO from try-run

TMPO is only used by arch/x86/Makefile.

Change arch/x86/Makefile to use $$TMPO.o and remove TMPO from
scripts/Makefile.compiler.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
arch/x86/Makefile
scripts/Makefile.compiler