From: Heinrich Schuchardt Date: Mon, 28 Mar 2016 08:38:31 +0000 (+0200) Subject: ARM: dts: kirkwood: add kirkwood-nsa320.dtb to Makefile X-Git-Tag: v3.16.37~301 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=66888ef981ea004bbef19cf2eab4025d291ca1fe;p=thirdparty%2Fkernel%2Fstable.git ARM: dts: kirkwood: add kirkwood-nsa320.dtb to Makefile commit 9ec423ed62b8278412400fae6c064edb6ce1bb51 upstream. Commit be3d7d023b87 ("ARM: kirkwood: Add DTS file for NSA320") created the new file kirkwood-nsa320.dts but did not add it to the Makefile. Fixes: be3d7d023b87 ("ARM: kirkwood: Add DTS file for NSA320") Signed-off-by: Heinrich Schuchardt Signed-off-by: Gregory CLEMENT [bwh: Backported to 3.16: adjust context] Signed-off-by: Ben Hutchings --- diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index baccfa84b52b3..160eda4cde48d 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -132,6 +132,7 @@ kirkwood := \ kirkwood-ns2mini.dtb \ kirkwood-nsa310.dtb \ kirkwood-nsa310a.dtb \ + kirkwood-nsa320.dtb \ kirkwood-openblocks_a6.dtb \ kirkwood-openblocks_a7.dtb \ kirkwood-openrd-base.dtb \