Add support for backlight
This commit is contained in:
parent
9de9d71952
commit
1eb8523e95
13 changed files with 213 additions and 0 deletions
|
@ -63,6 +63,11 @@ ifdef SLEEP_LED_ENABLE
|
|||
OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
|
||||
endif
|
||||
|
||||
ifdef BACKLIGHT_ENABLE
|
||||
SRC += $(COMMON_DIR)/backlight.c
|
||||
OPT_DEFS += -DBACKLIGHT_ENABLE
|
||||
endif
|
||||
|
||||
|
||||
# Search Path
|
||||
VPATH += $(TOP_DIR)/common
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue