summaryrefslogtreecommitdiff
path: root/common_features.mk
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-07-17 13:39:52 +1000
committerGitHub <noreply@github.com>2021-07-17 13:39:52 +1000
commit777fffb06770abb83fb9fe787ba064d468eb015d (patch)
tree567dd57e853bf50a29423e220b290491191b0d47 /common_features.mk
parentd1295ffe9a6845672db508e83080c22ac89b267a (diff)
Revert "Add rgblight to RGB Matrix VPATH" (#13559)
Diffstat (limited to 'common_features.mk')
-rw-r--r--common_features.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/common_features.mk b/common_features.mk
index 74b94ecd77..f071103408 100644
--- a/common_features.mk
+++ b/common_features.mk
@@ -262,9 +262,6 @@ endif
COMMON_VPATH += $(QUANTUM_DIR)/rgb_matrix
COMMON_VPATH += $(QUANTUM_DIR)/rgb_matrix/animations
COMMON_VPATH += $(QUANTUM_DIR)/rgb_matrix/animations/runners
- # Get rid of this!
- COMMON_VPATH += $(QUANTUM_DIR)/rgblight
-
SRC += $(QUANTUM_DIR)/color.c
SRC += $(QUANTUM_DIR)/rgb_matrix/rgb_matrix.c
SRC += $(QUANTUM_DIR)/rgb_matrix/rgb_matrix_drivers.c