[U-Boot] [PATCH] Makefile: fix build error on mt7629_rfb using buildman
Weijie Gao
weijie.gao at mediatek.com
Tue Nov 27 04:41:06 UTC 2018
This patch fixes the build error for mt7629 boards when using buildman.
Signed-off-by: Weijie Gao <weijie.gao at 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
More information about the U-Boot
mailing list