mk files refactoring

saving build
This commit is contained in:
rusefillc 2022-01-06 22:19:00 -05:00
parent 04ab6a0488
commit fcdb7b340d
3 changed files with 1 additions and 2 deletions

View File

@ -18,6 +18,7 @@ ALLCPPSRC += \
$(CONTROLLERS_MATH_SRC_CPP) \
$(ENGINES_SRC_CPP) \
$(CONTROLLERS_ALGO_SRC_CPP) \
$(CONTROLLERS_SENSORS_SRC_CPP) \
$(TUNERSTUDIO_SRC_CPP) \
$(HW_LAYER_EMS_CPP) \
$(HW_SENSORS_CPP) \

View File

@ -168,7 +168,6 @@ CPPSRC = $(ALLCPPSRC) \
$(HW_LAYER_DRIVERS_CPP) \
$(HW_LAYER_DRIVERS_CORE_CPP) \
$(CONSOLE_SRC_CPP) \
$(CONTROLLERS_SENSORS_SRC_CPP) \
$(DEV_SIMULATOR_SRC_CPP) \
simulator/rusEfiFunctionalTest.cpp \
simulator/framework.cpp \

View File

@ -24,7 +24,6 @@ CSRC += $(ALLCSRC) \
# setting.
CPPSRC += $(ALLCPPSRC) \
$(HW_LAYER_DRIVERS_CORE_CPP) \
$(CONTROLLERS_SENSORS_SRC_CPP) \
$(FRAMEWORK_SRC_CPP) \
$(TESTS_SRC_CPP) \
$(DEVELOPMENT_DIR)/engine_sniffer.cpp \