]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Makefile: Remove "ifdef need-compiler" for Kbuild.platforms
authorTiezhu Yang <yangtiezhu@loongson.cn>
Tue, 14 Dec 2021 03:09:02 +0000 (11:09 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Tue, 14 Dec 2021 09:02:48 +0000 (10:02 +0100)
commitc9a21352c8b52d3526eabc9534fbeb2edf4b4aea
treef7fabc49aec12946ec050fa0c740a0aa722ffe11
parent62459a8bceb2ebe514e5f7284c94c46ff85bb263
MIPS: Makefile: Remove "ifdef need-compiler" for Kbuild.platforms

After commit 41e7557695bd ("MIPS: Loongson2ef: Remove unnecessary
{as,cc}-option calls"), no need to use "ifdef need-compiler" for
Kbuild.platforms, because the cause of the build issue mentioned
in commit 71f4e6d3972f ("MIPS: fix *-pkg builds for loongson2ef
platform") has been disappeared, so just remove it.

Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Reviewed-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/Makefile