diff options
Diffstat (limited to 'common_features.mk')
-rw-r--r-- | common_features.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common_features.mk b/common_features.mk index e3b42a961..fc9595ddd 100644 --- a/common_features.mk +++ b/common_features.mk | |||
@@ -450,10 +450,6 @@ ifeq ($(strip $(APA102_DRIVER_REQUIRED)), yes) | |||
450 | SRC += apa102.c | 450 | SRC += apa102.c |
451 | endif | 451 | endif |
452 | 452 | ||
453 | ifeq ($(strip $(VISUALIZER_ENABLE)), yes) | ||
454 | CIE1931_CURVE := yes | ||
455 | endif | ||
456 | |||
457 | ifeq ($(strip $(CIE1931_CURVE)), yes) | 453 | ifeq ($(strip $(CIE1931_CURVE)), yes) |
458 | OPT_DEFS += -DUSE_CIE1931_CURVE | 454 | OPT_DEFS += -DUSE_CIE1931_CURVE |
459 | LED_TABLES := yes | 455 | LED_TABLES := yes |