commit | d9fb9d9ecab89eda0f6fa5b2bf35ff25b3a76c9a | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Fri Jul 19 11:21:17 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 29 09:38:06 2019 -0600 |
tree | 1de4ce1af993f7b9ccf7e083f43f0e6177d3285b | |
parent | 30033c2c259827b093a473702b95cab9a800914b [diff] |
Makefile: fix implementation of BINMAN_DEBUG binman only accepts the -D argument early on the command-line, yet the Makefile currently passes it near the end. This causes the build to fail if this feature is used. Re-order the command-line to fix this. Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Simon Glass <sjg@chromium.org>