mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-21 16:06:35 +06:00
[build_test] set CONSOLE_ENABLE=yes if DEBUG > 0 (#23097)
This commit is contained in:
parent
eed2a74be9
commit
e07f752a57
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user