commit | e3456056f1d935491ee9148dbae98c6b95f58910 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Thu Apr 15 16:26:59 2021 +0900 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Sun Apr 25 05:25:56 2021 +0900 |
tree | 8ce6809db0edaa4eebbebe9ff79055c9e7279d9b | |
parent | 35f93a09e9683bf962f9164c0db5beeb65ad2c64 [diff] |
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>