arm: Use full path in KBUILD_IMAGE definition
authorMichal Marek <mmarek@suse.com>
Tue, 22 Nov 2016 21:34:30 +0000 (22:34 +0100)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 20 Mar 2017 13:42:20 +0000 (22:42 +0900)
commit152e6744ebfc8fa6cc9fff4ba36271f5f1ba2821
tree3ccddbecbf2b9bcba55b41989904bb7c6d5f401f
parent06995804b5762f016c7a80503406da853a8f3785
arm: Use full path in KBUILD_IMAGE definition

The KBUILD_IMAGE variable is used by the rpm and deb-pkg targets, which
expect it to point to the image file in the build directory. The
builddeb script has a workaround for architectures which only provide
the basename, but let's provide a clean interface for packaging tools.

Cc: Russell King <linux@armlinux.org.uk>
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: Michal Marek <mmarek@suse.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/Makefile