diff options
author | Paul Burton <paul.burton@imgtec.com> | 2017-06-02 12:02:08 -0700 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2017-06-15 11:48:15 +0200 |
commit | bcd7c45e0d5a82be9a64b90050f0e09d41a50758 (patch) | |
tree | 783c9cad6260b126e663092ee6aa4ced7b369329 /samples/livepatch | |
parent | 1a73d9310e093fc3adffba4d0a67b9fab2ee3f63 (diff) | |
download | linux-bcd7c45e0d5a82be9a64b90050f0e09d41a50758.tar.bz2 |
MIPS: .its targets depend on vmlinux
The .its targets require information about the kernel binary, such as
its entry point, which is extracted from the vmlinux ELF. We therefore
require that the ELF is built before the .its files are generated.
Declare this requirement in the Makefile such that make will ensure this
is always the case, otherwise in corner cases we can hit issues as the
.its is generated with an incorrect (either invalid or stale) entry
point.
Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Fixes: cf2a5e0bb4c6 ("MIPS: Support generating Flattened Image Trees (.itb)")
Cc: linux-mips@linux-mips.org
Cc: stable <stable@vger.kernel.org> # v4.9+
Patchwork: https://patchwork.linux-mips.org/patch/16179/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'samples/livepatch')
0 files changed, 0 insertions, 0 deletions