diff options
Diffstat (limited to 'common_features.mk')
| -rw-r--r-- | common_features.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/common_features.mk b/common_features.mk index 8c7043cb7..ff01ecb85 100644 --- a/common_features.mk +++ b/common_features.mk | |||
| @@ -209,7 +209,10 @@ ifeq ($(strip $(BACKLIGHT_ENABLE)), yes) | |||
| 209 | ifeq ($(strip $(VISUALIZER_ENABLE)), yes) | 209 | ifeq ($(strip $(VISUALIZER_ENABLE)), yes) |
| 210 | CIE1931_CURVE = yes | 210 | CIE1931_CURVE = yes |
| 211 | endif | 211 | endif |
| 212 | ifeq ($(strip $(BACKLIGHT_CUSTOM_DRIVER)), yes) | 212 | ifeq ($(strip $(BACKLIGHT_CUSTOM_DRIVER)), yes) |
| 213 | OPT_DEFS += -DBACKLIGHT_CUSTOM_DRIVER | ||
| 214 | endif | ||
| 215 | ifeq ($(filter $(LED_MATRIX_ENABLE),$(VALID_MATRIX_TYPES)),) | ||
| 213 | OPT_DEFS += -DBACKLIGHT_CUSTOM_DRIVER | 216 | OPT_DEFS += -DBACKLIGHT_CUSTOM_DRIVER |
| 214 | endif | 217 | endif |
| 215 | endif | 218 | endif |
