Makefile: Move CONFIG_TOOLS_DEBUG check to later
authorSimon Glass <sjg@chromium.org>
Sun, 19 Jul 2020 19:56:08 +0000 (13:56 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 29 Jul 2020 01:30:39 +0000 (19:30 -0600)
commitb47ef6b0d64e98ca54789ae3aeaec7b24b07f6d7
treed48ec6ad0e87ea48e0df600f0ccda5100084fb2f
parente999bea485b3bec03b8135d78e670fea20201931
Makefile: Move CONFIG_TOOLS_DEBUG check to later

At present this is checked before the config has been loaded by the
Makefile, so it doesn't work.

Move the check to later.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Makefile