boot/uboot: fix kconfig with per-package directories and host-make
authorNicolas Toromanoff <nicolas.toromanoff@foss.st.com>
Wed, 10 Mar 2021 16:16:46 +0000 (17:16 +0100)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sat, 13 Mar 2021 08:08:48 +0000 (09:08 +0100)
commit3cf8173e5c3d23c3b147a3a083082409f09869ee
tree5fa0c9c038e6c3c300568d4fb8f4e1936d853752
parent9521492bd0706fbb5c81e87b65ad25898f974f4d
boot/uboot: fix kconfig with per-package directories and host-make

If PER_PACKAGE_DIRECTORIES=Y and using host-make package (because
BR2_FORCE_HOST_BUILD=Y or local make is too old) .stamp_dotconfig
target needs per-package/uboot/host/bin/host-make that doesn't
exist yet.

Add host-make into UBOOT_KCONFIG_DEPENDENCIES.

Signed-off-by: Nicolas Toromanoff <nicolas.toromanoff@foss.st.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
boot/uboot/uboot.mk