boot/uboot: Fix kconfig to use $(BR2_MAKE)
authorBrandon Maier <brandon.maier@rockwellcollins.com>
Tue, 4 Aug 2020 19:00:05 +0000 (14:00 -0500)
committerYann E. MORIN <yann.morin.1998@free.fr>
Thu, 6 Aug 2020 20:41:31 +0000 (22:41 +0200)
commit43dc2007a93194f6126987a2f2716dda1f3f17b5
tree1c7b6cc470789d71156d38fe35059b7f36802f95
parente729d0d4b6d90004bb41e2e81d7e8cb354b990a9
boot/uboot: Fix kconfig to use $(BR2_MAKE)

U-Boot must use $(BR2_MAKE) as it uses a Make feature from v4.0. We
already use $(BR2_MAKE) in the BUILD_CMDS, but the kconfig commands
still uses $(MAKE). Without this fix, building U-Boot with kconfig will
fail with the following cryptic error.

> Makefile:37: *** missing separator.  Stop.

Signed-off-by: Brandon Maier <brandon.maier@rockwellcollins.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
boot/uboot/uboot.mk