fix BLT build https://github.com/rusefi/rusefi/issues/5895
This commit is contained in:
parent
cd329de156
commit
5f2698ece3
|
@ -7,7 +7,8 @@
|
|||
|
||||
PROJECT_BOARD=$1
|
||||
PROJECT_CPU=$2
|
||||
BOARD_DIR=$3
|
||||
|
||||
cd ../../..
|
||||
|
||||
bash config/boards/common_script.sh $PROJECT_BOARD $PROJECT_CPU
|
||||
bash config/boards/common_script.sh $PROJECT_BOARD $PROJECT_CPU $BOARD_DIR
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
export USE_OPENBLT=yes
|
||||
|
||||
cd ..
|
||||
bash ../common_make.sh hellen/alphax-2chan ARCH_STM32F4
|
||||
bash ../common_make.sh alphax-2chan ARCH_STM32F4 config/boards/hellen/alphax-2chan
|
||||
|
|
Loading…
Reference in New Issue