diff options
Diffstat (limited to 'users/curry/rules.mk')
-rw-r--r-- | users/curry/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/curry/rules.mk b/users/curry/rules.mk index 87d3b38ea..724f97f5e 100644 --- a/users/curry/rules.mk +++ b/users/curry/rules.mk | |||
@@ -24,7 +24,7 @@ ifeq ($(strip $(TAP_DANCE_ENABLE)), yes) | |||
24 | SRC += tap_dances.c | 24 | SRC += tap_dances.c |
25 | endif | 25 | endif |
26 | 26 | ||
27 | ifeq ($(strip $(OLED_DRIVER_ENABLE)), yes) | 27 | ifeq ($(strip $(OLED_ENABLE)), yes) |
28 | SRC += oled.c | 28 | SRC += oled.c |
29 | endif | 29 | endif |
30 | 30 | ||