1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-16 17:42: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 fi
make make
make -C bootloader if [ "$EMULATOR" != 1 ]; then
make -C bootloader
fi
make -C vendor/nanopb/generator/proto make -C vendor/nanopb/generator/proto
make -C firmware/protob make -C firmware/protob