The Big Refactoring of 2019: folder structure #723

This commit is contained in:
rusefi 2020-08-02 20:52:31 -04:00
parent 956feff5f3
commit c3f26c93b5
1 changed files with 2 additions and 3 deletions

View File

@ -178,10 +178,9 @@ INCDIR = . \
$(CONTROLLERS_INC) \ $(CONTROLLERS_INC) \
$(CONSOLE_INC) \ $(CONSOLE_INC) \
$(DEVELOPMENT_DIR) \ $(DEVELOPMENT_DIR) \
$(PROJECT_DIR)/ext_algo \
$(HW_LAYER_INC) \
$(PROJECT_DIR)/hw_layer/algo \ $(PROJECT_DIR)/hw_layer/algo \
$(PROJECT_DIR)/init/ \ $(HW_LAYER_INC) \
$(HW_SENSORS_INC) \
$(HW_LAYER_DRIVERS_INC) \ $(HW_LAYER_DRIVERS_INC) \
test_data_structures \ test_data_structures \
googletest/googlemock/include \ googletest/googlemock/include \