[build_test] set CONSOLE_ENABLE=yes if DEBUG > 0 (#23097)

pull/24051/head
DavidSannier 2024-07-04 01:15:44 +02:00 committed by GitHub
parent eed2a74be9
commit e07f752a57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,8 @@ PLATFORM:=TEST
PLATFORM_KEY:=test PLATFORM_KEY:=test
BOOTLOADER_TYPE:=none BOOTLOADER_TYPE:=none
ifeq ($(strip $(DEBUG)), 1) DEBUG ?= 0
ifneq ($(strip $(DEBUG)), 0)
CONSOLE_ENABLE = yes CONSOLE_ENABLE = yes
endif endif