board-spl-rule
authorVagrant Cascadian <vagrant@debian.org>
Mon, 9 Oct 2017 22:14:03 +0000 (23:14 +0100)
committerVagrant Cascadian <vagrant@debian.org>
Mon, 9 Oct 2017 22:14:03 +0000 (23:14 +0100)
Gbp-Pq: Topic arndale
Gbp-Pq: Name board-spl-rule.diff

Makefile

index a979b0ab91ada53d5075f1a7234a8cea32767e07..ae9e36dea9ec1069382c80d8ac2d7bfb5d36f61f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1418,6 +1418,9 @@ spl/u-boot-spl.sfp: spl/u-boot-spl
 spl/boot.bin: spl/u-boot-spl
        @:
 
+spl/arndale-spl.bin: spl/u-boot-spl
+       @:
+
 tpl/u-boot-tpl.bin: tools prepare \
                $(if $(CONFIG_OF_SEPARATE)$(CONFIG_SPL_OF_PLATDATA),dts/dt.dtb)
        $(Q)$(MAKE) obj=tpl -f $(srctree)/scripts/Makefile.spl all