aboutsummaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 5f47e5c1b..47d5c852f 100644
--- a/common.mk
+++ b/common.mk
@@ -63,6 +63,11 @@ ifdef SLEEP_LED_ENABLE
63 OPT_DEFS += -DNO_SUSPEND_POWER_DOWN 63 OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
64endif 64endif
65 65
66ifdef BACKLIGHT_ENABLE
67 SRC += $(COMMON_DIR)/backlight.c
68 OPT_DEFS += -DBACKLIGHT_ENABLE
69endif
70
66 71
67# Search Path 72# Search Path
68VPATH += $(TOP_DIR)/common 73VPATH += $(TOP_DIR)/common