aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/common.mk')
-rw-r--r--tmk_core/common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmk_core/common.mk b/tmk_core/common.mk
index 8d028d52a..030767cc3 100644
--- a/tmk_core/common.mk
+++ b/tmk_core/common.mk
@@ -69,6 +69,7 @@ endif
69 69
70ifeq ($(BACKLIGHT_ENABLE), yes) 70ifeq ($(BACKLIGHT_ENABLE), yes)
71 SRC += $(COMMON_DIR)/backlight.c 71 SRC += $(COMMON_DIR)/backlight.c
72 SRC += $(COMMON_DIR)/avr/eeconfig.c
72 OPT_DEFS += -DBACKLIGHT_ENABLE 73 OPT_DEFS += -DBACKLIGHT_ENABLE
73endif 74endif
74 75