]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - Makefile
net: Allow drivers to return -ENOSYS with the write_hwaddr() method
[karo-tx-uboot.git] / Makefile
index 279e5752c1e680a18ebb601610577049883f27b4..4e537eef90746af995e0dd6ec4db202cebaaf087 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1262,7 +1262,7 @@ u-boot.lds: $(LDSCRIPT) prepare FORCE
 
 spl/u-boot-spl.bin: spl/u-boot-spl
        @:
-spl/u-boot-spl: tools prepare
+spl/u-boot-spl: tools prepare $(if $(CONFIG_OF_SEPARATE),dts/dt.dtb)
        $(Q)$(MAKE) obj=spl -f $(srctree)/scripts/Makefile.spl all
 
 spl/sunxi-spl.bin: spl/u-boot-spl