kumquat-buildroot/boot
Yann E. MORIN ab7b96e813 boot/uboot: needs make >= 4.0
Starting with 2020.01, uboot started using the 'undefine' make
directive, which was only introduced with make 4.0.

In the general case, we do not have a way to know if the uboot
selected by the user is older or later than 2020.01, so we have
no way to know before hand if make >= 4.0 is needed or not. As
such, we have no other option than to always require it.

So, use the existing $(BR2_MAKE_HOST_DEPENDENCY) and $(BR2_MAKE),
both of each will ensure that we do use a make that is at least 4.0.

Reported-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2020-02-03 21:29:56 +01:00
..
afboot-stm32
arm-trusted-firmware boot/arm-trusted-firmware: allow additional make targets 2020-02-01 23:15:41 +01:00
at91bootstrap
at91bootstrap3 package/a*: add license file hashes 2020-02-03 14:44:52 +01:00
at91dataflashboot
barebox
binaries-marvell
boot-wrapper-aarch64
grub2
gummiboot
lpc32xxcdl
mv-ddr-marvell package/m*: add license file hashes 2020-02-03 14:45:35 +01:00
mxs-bootlets
opensbi
optee-os
s500-bootloader
shim
syslinux package/s*: add license file hashes 2020-02-03 14:45:36 +01:00
uboot boot/uboot: needs make >= 4.0 2020-02-03 21:29:56 +01:00
vexpress-firmware
common.mk
Config.in