]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Jul 2019 07:52:32 +0000 (09:52 +0200)
commitb7948d98a058c46360d6af0139664e85860c9e2d
tree8787b0dc90a77106d1489816c83bd04c5bbfcbac
parent4b9615523be558c93f3c6a8510a5f536dc40dad9
MIPS: have "plain" make calls build dtbs for selected platforms

commit 637dfa0fad6d91a9a709dc70549a6d20fa77f615 upstream.

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+
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/mips/Makefile