aboutsummaryrefslogtreecommitdiff
path: root/common_features.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common_features.mk')
-rw-r--r--common_features.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/common_features.mk b/common_features.mk
index 05a99fc63..83b2b51ae 100644
--- a/common_features.mk
+++ b/common_features.mk
@@ -246,6 +246,11 @@ ifneq ($(strip $(BACKLIGHT_ENABLE)), no)
246 CIE1931_CURVE = yes 246 CIE1931_CURVE = yes
247 endif 247 endif
248 248
249
250 COMMON_VPATH += $(QUANTUM_DIR)/backlight
251 SRC += $(QUANTUM_DIR)/backlight/backlight.c
252 OPT_DEFS += -DBACKLIGHT_ENABLE
253
249 ifeq ($(strip $(BACKLIGHT_ENABLE)), custom) 254 ifeq ($(strip $(BACKLIGHT_ENABLE)), custom)
250 OPT_DEFS += -DBACKLIGHT_CUSTOM_DRIVER 255 OPT_DEFS += -DBACKLIGHT_CUSTOM_DRIVER
251 endif 256 endif