MIPS: have "plain" make calls build dtbs for selected platforms
authorCedric Hombourger <Cedric_Hombourger@mentor.com>
Thu, 13 Jun 2019 08:52:50 +0000 (10:52 +0200)
committerPaul Burton <paul.burton@mips.com>
Thu, 20 Jun 2019 21:52:56 +0000 (14:52 -0700)
commit637dfa0fad6d91a9a709dc70549a6d20fa77f615
tree1ce9c0da3649712b20e11b9b9948d63807bbe257
parent1196364f21ffe5d1e6d83cafd6a2edb89404a3ae
MIPS: have "plain" make calls build dtbs for selected platforms

scripts/package/builddeb calls "make dtbs_install" after executing
a plain make (i.e. no build targets specified). It will fail if dtbs
were not built beforehand. Match the arm64 architecture where DTBs get
built by the "all" target.

Signed-off-by: Cedric Hombourger <Cedric_Hombourger@mentor.com>
[paul.burton@mips.com: s/builddep/builddeb]
Signed-off-by: Paul Burton <paul.burton@mips.com>
Cc: linux-mips@vger.kernel.org
Cc: stable@vger.kernel.org # v4.1+
arch/mips/Makefile