diff options
author | Joel Challis <git@zvecr.com> | 2021-08-18 00:54:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-18 09:54:41 +1000 |
commit | 58cd8c366c49ae6134f274b074c5e72f67a359ad (patch) | |
tree | 629cf51b484978c7280d8d9e318b336ae28ee62e /common_features.mk | |
parent | 703f0277170c7e2d1acaa00b274f6fd479045abd (diff) | |
download | qmk_firmware-58cd8c366c49ae6134f274b074c5e72f67a359ad.tar.gz qmk_firmware-58cd8c366c49ae6134f274b074c5e72f67a359ad.zip |
Various fixes from reorg of files (#14051)
Diffstat (limited to 'common_features.mk')
-rw-r--r-- | common_features.mk | 2 |
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)), ) | |||
588 | endif | 588 | endif |
589 | 589 | ||
590 | ifeq ($(strip $(HD44780_ENABLE)), yes) | 590 | ifeq ($(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 |
593 | endif | 593 | endif |
594 | 594 | ||