boot/barebox: kconfig needs the toolchain
authorJules Maselbas <jmaselbas@kalray.eu>
Tue, 8 Dec 2020 10:11:07 +0000 (11:11 +0100)
committerYann E. MORIN <yann.morin.1998@free.fr>
Tue, 29 Dec 2020 22:53:43 +0000 (23:53 +0100)
commit1c1a629d814fcf4b8c4c65ce6687635c534a22e9
tree9cc2d396f420351be4fa65aa460dcf24feab8c35
parent40258a3f395fd4c285e7ded27b25edd71f5c33b4
boot/barebox: kconfig needs the toolchain

In barebox v2020.09.0, kconfig has been updated to a newer version
based on Linux 5.9-rc2.  As in linux, kconfig can call the compiler
to test its capabilities.

We have no way to know if a custom version would require it or not,
so we just unconditionally depend on the toolchain

Signed-off-by: Jules Maselbas <jmaselbas@kalray.eu>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
boot/barebox/barebox.mk