mk files refactoring

This commit is contained in:
rusefillc 2022-01-06 21:40:48 -05:00
parent a63a12e9c4
commit d9175696a2
3 changed files with 0 additions and 6 deletions

View File

@ -1,6 +1,4 @@
ENGINES_SRC =
ENGINES_SRC_CPP = $(PROJECT_DIR)/config/engines/ford_aspire.cpp \
$(PROJECT_DIR)/config/engines/custom_engine.cpp \
$(PROJECT_DIR)/config/engines/bmw_m73.cpp \

View File

@ -1,6 +1,4 @@
CONTROLLERS_MATH_SRC =
CONTROLLERS_MATH_SRC_CPP = $(PROJECT_DIR)/controllers/math/engine_math.cpp \
$(PROJECT_DIR)/controllers/math/pid_auto_tune.cpp \
$(PROJECT_DIR)/controllers/math/speed_density.cpp \

View File

@ -20,8 +20,6 @@ TRIGGER_DECODERS_SRC_CPP = \
$(CONTROLLERS_DIR)/trigger/decoders/trigger_misc.cpp \
$(CONTROLLERS_DIR)/trigger/decoders/trigger_universal.cpp
TRIGGER_SRC =
TRIGGER_SRC_CPP = \
$(CONTROLLERS_DIR)/trigger/trigger_emulator_algo.cpp \
$(CONTROLLERS_DIR)/trigger/trigger_central.cpp