uboot-at91: fix build on buildbots
authorClaudiu Beznea <claudiu.beznea@microchip.com>
Wed, 13 Jul 2022 06:19:33 +0000 (09:19 +0300)
committerPetr Štetiar <ynezz@true.cz>
Wed, 13 Jul 2022 07:00:59 +0000 (09:00 +0200)
commit95a24b54792ccf072c029edad495deb529383478
treef4e03a24aba78852912749ed06a47335301f1f3d
parenta7a3a04a2c6a0d2a0a9b9dd70210b4289b8365ac
uboot-at91: fix build on buildbots

Buidbots are throwing the following compile error:

In file included from tools/aisimage.c:9:
include/image.h:1133:12: fatal error: openssl/evp.h: No such file or directory
            ^~~~~~~~~~~~~~~
compilation terminated.

Fix it by passing `UBOOT_MAKE_FLAGS` variable to make.

Suggested-by: Petr Štetiar <ynezz@true.cz>
Fixes: 6d5611af2813 ("uboot-at91: update to linux4sam-2022.04")
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
package/boot/uboot-at91/Makefile