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

Fix compilation problems

This commit is contained in:
Jochen Hoenicke 2018-03-22 18:53:54 +01:00 committed by Pavol Rusnak
parent 39ea33523d
commit 1fcd512b7f

View File

@ -14,7 +14,9 @@ else
fi
make
make -C bootloader
if [ "$EMULATOR" != 1 ]; then
make -C bootloader
fi
make -C vendor/nanopb/generator/proto
make -C firmware/protob