]> Git Repo - J-u-boot.git/commit
Makefile: preserve output for images that can contain HAB Blocks
authorSven Ebenfeld <[email protected]>
Sun, 6 Nov 2016 15:37:58 +0000 (16:37 +0100)
committerStefano Babic <[email protected]>
Mon, 2 Jan 2017 16:07:39 +0000 (17:07 +0100)
commit1f6a664802a4044779b9aebe03b9af6d2745de5f
treee811711e1c572b100f4e072c3647327a224111af
parent3de6c7fc00b3ee3723992506363749d8b726de95
Makefile: preserve output for images that can contain HAB Blocks

To being able to sign created binaries, we need to know the HAB Blocks
for that image. Especially for the imximage type the HAB Blocks are
only available during creation of the image. We want to preserve the
information until we get to sign the files.
In the verbose case we still get them printed out instead of writing
to log files.

Cc: [email protected]
v2-Changes:
 - No usage of MKIMAGEOUTPUT_$(@F) macro.
 - Predefine default value /dev/null in every involved Makefile.

Signed-off-by: Sven Ebenfeld <[email protected]>
Reviewed-by: George McCollister <[email protected]>
Tested-by: George McCollister <[email protected]>
.gitignore
Makefile
arch/arm/imx-common/Makefile
doc/README.imx6
scripts/Makefile.lib
scripts/Makefile.spl
This page took 0.028662 seconds and 4 git commands to generate.