tegra: Indicate that binman makes all three output files
authorSimon Glass <sjg@chromium.org>
Sat, 21 Jul 2018 01:49:27 +0000 (19:49 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 26 Jul 2018 19:49:40 +0000 (15:49 -0400)
commit2547e91dc15e5203e15d4ebde9172174743b14a7
tree570756ec15da747b04636a511efcd2cea2c89f51
parent9f8aba7a0d03ba54b097e7a16428e634602909ee
tegra: Indicate that binman makes all three output files

Use GNU make pattern rules to indicate that a single run of binman
produces all three Tegra output files. The avoids make running binman
three times (perhaps in parallel) and those instances inteferring with
each other.

See http://patchwork.ozlabs.org/patch/944611/ for the bug report.

Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Stephen Warren <swarren@nvidia.com>
Makefile