]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit38272d5623d0cd4d665da0eb569b1a0eaf44ce8b
tree8ce6809db0edaa4eebbebe9ff79055c9e7279d9b
parent45cc6c9a1b0366dedf44ff209307b35b590c13ff
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