using unique file names to reduce confusion

This commit is contained in:
rusefillc 2022-04-11 11:35:39 -04:00
parent a87d981aab
commit b19134ad31
2 changed files with 3 additions and 3 deletions

View File

@ -54,17 +54,17 @@ bash gen_config_default.sh
cd config/boards/kinetis/config
bash gen_config.sh
bash gen_kinetis_config.sh
[ $? -eq 0 ] || { echo "ERROR generating board kinetis kin"; exit 1; }
cd ../../../..
cd config/boards/hellen/cypress/config
bash gen_config.sh
bash gen_cypress_config.sh
[ $? -eq 0 ] || { echo "ERROR generating board hellen_cypress hellen_cypress"; exit 1; }
cd ../../../../..
bash config/boards/subaru_eg33/config/gen_config.sh
bash config/boards/subaru_eg33/config/gen_subaru_config.sh
[ $? -eq 0 ] || { echo "ERROR generating board subaru_eg33 subaru_eg33_f7"; exit 1; }
exit 0