From: Stefan Roese Date: Thu, 11 Apr 2019 10:33:34 +0000 (+0200) Subject: arm: kirkwood: dts: Add openrd-* dtb makefile build targets X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=9408665709420fb0f24cf6f112142794e3dc427a;p=u-boot.git arm: kirkwood: dts: Add openrd-* dtb makefile build targets The following Kirkwood dtb build targets are currently missing: kirkwood-openrd-base.dtb kirkwood-openrd-client.dtb kirkwood-openrd-ultimate.dtb This patch adds them to the Makefile to fix the build error. Signed-off-by: Stefan Roese Cc: Chris Packham Reviewed-by: Chris Packham Signed-off-by: Stefan Roese --- diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 1452fd2189..ec89c307f2 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -54,6 +54,9 @@ dtb-$(CONFIG_KIRKWOOD) += \ kirkwood-ns2lite.dtb \ kirkwood-ns2max.dtb \ kirkwood-ns2mini.dtb \ + kirkwood-openrd-base.dtb \ + kirkwood-openrd-client.dtb \ + kirkwood-openrd-ultimate.dtb \ kirkwood-pogo_e02.dtb \ kirkwood-sheevaplug.dtb