File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -399,7 +399,7 @@ eval $MAKE_COMMAND
399
399
release_binary " bootloader" " bootloader" " $SUFFIX " " $DEBUG_BUILD " " $USE_SWD_JTAG "
400
400
401
401
# Prebootloader
402
- if [ $PLATFORM_ID -eq 32 ]; then
402
+ if [ $PLATFORM_ID -eq 28 ] || [ $PLATFORM_ID -eq 32 ]; then
403
403
cd ../bootloader/prebootloader
404
404
405
405
COMPILE_LTO=" n"
Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ MAKE=runmake
48
48
# "" means execute execute the $MAKE command without that var specified
49
49
DEBUG_BUILD=( y n )
50
50
PLATFORM=( argon boron asom bsom b5som esomx p2 trackerm )
51
- # All modules are now built by reease scripts instead, skip
51
+ # All modules are now built by release scripts instead, skip
52
52
# Only building applications and tests here
53
53
# PLATFORM_BOOTLOADER=( argon boron asom bsom b5som tracker esomx p2 )
54
- # PLATFORM_PREBOOTLOADER=( p2 )
54
+ # PLATFORM_PREBOOTLOADER=( p2 trackerm )
55
55
PLATFORM_BOOTLOADER=()
56
56
PLATFORM_PREBOOTLOADER=()
57
57
APP=( " " product_id_and_version )
You can’t perform that action at this time.
0 commit comments