From: Vagrant Cascadian Date: Tue, 7 Apr 2015 20:42:30 +0000 (+0000) Subject: board-spl-rule X-Git-Tag: archive/raspbian/2016.11+dfsg1-3+rpi1~1^2^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=77ff782ec1190b9df270cc008f30eb528fec6919;p=u-boot.git board-spl-rule Needed for spl/arndale-spl.bin Gbp-Pq: Topic arndale Gbp-Pq: Name board-spl-rule.diff --- diff --git a/Makefile b/Makefile index 7130c8c25..9bb6857c8 100644 --- a/Makefile +++ b/Makefile @@ -1140,6 +1140,9 @@ spl/u-boot-spl: tools prepare spl/sunxi-spl.bin: spl/u-boot-spl @: +spl/$(BOARD)-spl.bin: spl/u-boot-spl + @: + tpl/u-boot-tpl.bin: tools prepare $(Q)$(MAKE) obj=tpl -f $(srctree)/scripts/Makefile.spl all