mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
bcd7c45e0d
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:
|
||
---|---|---|
.. | ||
compressed | ||
dts | ||
tools | ||
.gitignore | ||
ecoff.h | ||
elf2ecoff.c | ||
Makefile |