The upcoming multi image support will need devicetree binary blobs even when there is no builtin dtb. Kust descend into arch/arm/dts unconditionally. arch/arm/dts/Makefile will act as necessary depending on the options. Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- arch/arm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 32bdd65..3cdd670 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -328,7 +328,7 @@ endif common-y += $(BOARD) $(MACH) common-y += arch/arm/lib/ arch/arm/cpu/ -common-$(CONFIG_BUILTIN_DTB) += arch/arm/dts/ +common-y += arch/arm/dts/ lds-y := arch/arm/lib/barebox.lds -- 1.8.3.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox