1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-14 11:39:03 +00:00

fix(legacy): don't build bootloader for now

This commit is contained in:
Pavol Rusnak 2021-01-22 22:43:47 +01:00
parent 952b793a47
commit 013f36981d
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -15,10 +15,6 @@ fi
make
if [ "$EMULATOR" != 1 ]; then
make -C bootloader align
fi
# invoking nanopb_generator to make sure its proto files are generated
nanopb_generator >/dev/null || true
make -C firmware/protob