make paths relative to META_OUTPUT_ROOT_FOLDER

This commit is contained in:
David Holdeman 2024-03-19 19:38:43 -05:00 committed by rusefillc
parent 754be251df
commit 7053b9c151
3 changed files with 6 additions and 6 deletions

View File

@ -34,8 +34,8 @@ java \
$COMMON_GEN_CONFIG_PREFIX \ $COMMON_GEN_CONFIG_PREFIX \
-tool hellen_cypress_gen_config.bat \ -tool hellen_cypress_gen_config.bat \
$COMMON_GEN_CONFIG \ $COMMON_GEN_CONFIG \
-c_defines ${BOARD_DIR}/config/controllers/generated/rusefi_generated_cypress.h \ -c_defines controllers/generated/rusefi_generated_cypress.h \
-c_destination ${BOARD_DIR}/config/controllers/generated/engine_configuration_generated_structures_cypress.h \ -c_destination controllers/generated/engine_configuration_generated_structures_cypress.h \
-enumInputFile controllers/algo/rusefi_hw_enums.h -enumInputFile controllers/algo/rusefi_hw_enums.h
[ $? -eq 0 ] || { echo "ERROR generating TunerStudio config for ${BOARDNAME}"; exit 1; } [ $? -eq 0 ] || { echo "ERROR generating TunerStudio config for ${BOARDNAME}"; exit 1; }

View File

@ -34,8 +34,8 @@ java \
$COMMON_GEN_CONFIG_PREFIX \ $COMMON_GEN_CONFIG_PREFIX \
-tool kinetis_gen_config.bat \ -tool kinetis_gen_config.bat \
$COMMON_GEN_CONFIG \ $COMMON_GEN_CONFIG \
-c_defines ${BOARD_DIR}/config/controllers/generated/rusefi_generated_kin.h \ -c_defines controllers/generated/rusefi_generated_kin.h \
-c_destination ${BOARD_DIR}/config/controllers/generated/engine_configuration_generated_structures_kin.h \ -c_destination controllers/generated/engine_configuration_generated_structures_kin.h \
-enumInputFile controllers/algo/rusefi_hw_enums.h -enumInputFile controllers/algo/rusefi_hw_enums.h
[ $? -eq 0 ] || { echo "ERROR generating TunerStudio config for ${BOARDNAME}"; exit 1; } [ $? -eq 0 ] || { echo "ERROR generating TunerStudio config for ${BOARDNAME}"; exit 1; }

View File

@ -50,8 +50,8 @@ java \
$COMMON_GEN_CONFIG \ $COMMON_GEN_CONFIG \
-enumInputFile ${BOARD_DIR}/rusefi_hw_enums.h \ -enumInputFile ${BOARD_DIR}/rusefi_hw_enums.h \
\ \
-c_defines ${BOARD_DIR}/config/controllers/generated/rusefi_generated_subaru_eg33_f7.h \ -c_defines controllers/generated/rusefi_generated_subaru_eg33_f7.h \
-c_destination ${BOARD_DIR}/config/controllers/generated/engine_configuration_generated_structures_subaru_eg33_f7.h -c_destination controllers/generated/engine_configuration_generated_structures_subaru_eg33_f7.h \
[ $? -eq 0 ] || { echo "ERROR generating TunerStudio config for ${BOARDNAME}"; exit 1; } [ $? -eq 0 ] || { echo "ERROR generating TunerStudio config for ${BOARDNAME}"; exit 1; }