[U-Boot] [PATCH 1/2] Makefile: Allow arch post-link hook

Simon Glass sjg at chromium.org
Sat Jun 17 03:43:09 UTC 2017


On 15 June 2017 at 18:05, Paul Burton <paul.burton at imgtec.com> wrote:
> This commit allows an architecture to provide a Makefile.postlink whose
> u-boot target gets invoked after the u-boot ELF is linked. This will be
> of use for MIPS in a following commit.
>
> This mirrors Linux commit fbe6e37dab97 ("kbuild: add arch specific
> post-link Makefile").
>
> Signed-off-by: Paul Burton <paul.burton at imgtec.com>
> Cc: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>
> Cc: Masahiro Yamada <yamada.masahiro at socionext.com>
> Cc: Simon Glass <sjg at chromium.org>
> Cc: u-boot at lists.denx.de
> ---
>
>  Makefile | 7 +++++--
>  1 file changed, 5 insertions(+), 2 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list