More platform/protocol alignment (#14976)

This commit is contained in:
Joel Challis 2021-10-29 11:16:19 +01:00 committed by GitHub
parent 0f92614240
commit 55fb468d74
Failed to generate hash of commit
4 changed files with 84 additions and 86 deletions

View file

@ -326,6 +326,13 @@ ifneq ($(strip $(VARIABLE_TRACE)),no)
endif
endif
ifeq ($(strip $(SLEEP_LED_ENABLE)), yes)
SRC += $(PLATFORM_COMMON_DIR)/sleep_led.c
OPT_DEFS += -DSLEEP_LED_ENABLE
NO_SUSPEND_POWER_DOWN := yes
endif
VALID_BACKLIGHT_TYPES := pwm timer software custom
BACKLIGHT_ENABLE ?= no