
27 Nov
2018
27 Nov
'18
5:41 a.m.
This patch fixes the build error for mt7629 boards when using buildman.
Signed-off-by: Weijie Gao weijie.gao@mediatek.com --- Makefile | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/Makefile b/Makefile index a5d0c1b..8962b53 100644 --- a/Makefile +++ b/Makefile @@ -1368,6 +1368,8 @@ u-boot.elf: u-boot.bin # Otherwise the header will be added to the u-boot.bin directly.
ifeq ($(CONFIG_SPL),y) +spl/u-boot-spl-mtk.bin: spl/u-boot-spl + u-boot-mtk.bin: u-boot.dtb u-boot.img spl/u-boot-spl-mtk.bin FORCE $(call if_changed,binman) else
--
1.9.1