mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 23:48:12 +00:00
fix Docker build of libopencm3
This commit is contained in:
parent
5faee8149f
commit
31a09a9f75
@ -10,7 +10,7 @@ docker run -t -v $(pwd)/output:/output $IMAGETAG /bin/sh -c "\
|
||||
cd trezor-mcu && \
|
||||
git checkout $FIRMWARETAG && \
|
||||
git submodule update --init && \
|
||||
make -C vendor/libopencm3 && \
|
||||
CFLAGS='-std=c99' make -C vendor/libopencm3 && \
|
||||
export OPTFLAGS=-Os
|
||||
make && \
|
||||
make -C bootloader && \
|
||||
|
@ -10,7 +10,7 @@ docker run -t -v $(pwd)/output:/output $IMAGETAG /bin/sh -c "\
|
||||
cd trezor-mcu && \
|
||||
git checkout $FIRMWARETAG && \
|
||||
git submodule update --init && \
|
||||
make -C vendor/libopencm3 && \
|
||||
CFLAGS='-std=c99' make -C vendor/libopencm3 && \
|
||||
make && \
|
||||
make -C firmware && \
|
||||
make -C firmware sign && \
|
||||
|
Loading…
Reference in New Issue
Block a user