Skip to content

Commit 196daa9

Browse files
committed
Always build libbootutil
1 parent bbdc904 commit 196daa9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

generate_rel.sh

-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@
22
rm -rf release
33
rm -rf BUILD
44

5-
if [[ $1 == "library" ]] || [[ $1 == "all" ]]; then
65
mbed compile -c -m PORTENTA_H7_M7 -t GCC_ARM --app=mbed_app_bootutil.json
76
echo
87
echo Generating bootutil library
98
find ./BUILD/PORTENTA_H7_M7/GCC_ARM/ \( -name "FileBlockDevice.o" -o -name "BSP.o" -o -name "SDMMCBlockDevice.o" -o -name "rtc.o" -o -name "default_bd.o" -o -name "bootutil_extra.o" -o -name "flash_map_backend.o" -o -name "bootutil_public.o" \) | xargs arm-none-eabi-ar -csr libbootutil.a
109
echo -n "Library: "
1110
find ./ -name "libbootutil.a"
12-
fi
1311

1412
set -e
1513

0 commit comments

Comments
 (0)