not a real module, just matching folder structure

only:uaefi
This commit is contained in:
rusefi 2025-03-03 20:52:32 -05:00
parent 19eccc5e22
commit 146522d42a
3 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,7 @@ CONTROLLERS_SRC_CPP = \
$(CONTROLLERS_DIR)/actuators/gppwm_channel_reader.cpp \
$(CONTROLLERS_DIR)/actuators/gppwm/gppwm_channel.cpp \
$(CONTROLLERS_DIR)/actuators/gppwm/gppwm.cpp \
$(CONTROLLERS_DIR)/gauges/tachometer.cpp \
$(CONTROLLERS_DIR)/modules/tachometer/tachometer.cpp \
$(CONTROLLERS_DIR)/gauges/speedometer.cpp \
$(CONTROLLERS_DIR)/gauges/malfunction_indicator.cpp \
$(CONTROLLERS_DIR)/system/timer/single_timer_executor.cpp \
@ -89,6 +89,7 @@ CONTROLLERS_INC=\
$(CONTROLLERS_DIR)/trigger \
$(CONTROLLERS_DIR)/can \
$(CONTROLLERS_DIR)/core \
$(CONTROLLERS_DIR)/modules/tachometer \
$(CONTROLLERS_DIR)/gauges \
$(CONTROLLERS_DIR)/math \
$(CONTROLLERS_DIR)/generated \