Explorar o código

Add rgblight to RGB Matrix VPATH (#13371)

Ryan %!s(int64=4) %!d(string=hai) anos
pai
achega
b721e054a2
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      common_features.mk

+ 3 - 0
common_features.mk

@@ -262,6 +262,9 @@ 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