Re: [PATCH v2 39/49] Makefile: Move CONFIG_TOOLS_DEBUG check to later

2020-06-29 Thread Bin Meng
On Sun, Jun 14, 2020 at 10:58 AM Simon Glass wrote: > > 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 > --- > > (no changes since v1) > > Makefile | 4 +++- > 1 file changed, 3 inser

[PATCH v2 39/49] Makefile: Move CONFIG_TOOLS_DEBUG check to later

2020-06-13 Thread Simon Glass
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 --- (no changes since v1) Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7009eb7be7.