aboutsummaryrefslogtreecommitdiff
path: root/common_features.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common_features.mk')
-rw-r--r--common_features.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common_features.mk b/common_features.mk
index d09d4f1ef..09217c469 100644
--- a/common_features.mk
+++ b/common_features.mk
@@ -588,7 +588,7 @@ ifneq ($(filter SOLENOID, $(HAPTIC_ENABLE)), )
588endif 588endif
589 589
590ifeq ($(strip $(HD44780_ENABLE)), yes) 590ifeq ($(strip $(HD44780_ENABLE)), yes)
591 SRC += drivers/avr/hd44780.c 591 SRC += platforms/avr/drivers/hd44780.c
592 OPT_DEFS += -DHD44780_ENABLE 592 OPT_DEFS += -DHD44780_ENABLE
593endif 593endif
594 594