commit | 2733ede8eb7a03e522dd0b9c992001d8be1d5797 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jul 20 19:49:27 2018 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 26 15:49:40 2018 -0400 |
tree | 570756ec15da747b04636a511efcd2cea2c89f51 | |
parent | 837e6438899e8a763abca354b177d9ba8dcd275a [diff] |
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>