]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitb2bca6fbc3078c9023906b61486dd149a471343d
treed48ec6ad0e87ea48e0df600f0ccda5100084fb2f
parente09af0c73993af4f956f004df5de439d1f323cca
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