Makefile: fix implementation of BINMAN_DEBUG
authorStephen Warren <swarren@nvidia.com>
Fri, 19 Jul 2019 17:21:17 +0000 (11:21 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 29 Jul 2019 15:38:06 +0000 (09:38 -0600)
commit4f4fb85ec0bfe45da11aa23ada565387ee676e80
tree1de4ce1af993f7b9ccf7e083f43f0e6177d3285b
parenta6cb995096c40ecd6597e20d792851ac7f80004e
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>
Makefile