1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-21 23:18:13 +00:00

fix(demo): fix build

[no changelog]
This commit is contained in:
Ondrej Mikle 2022-09-15 17:48:39 +02:00 committed by matejcik
parent 8ea3ca4c5e
commit 0ee61fee5c
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ APPVER = 1.0.0
NAME = demo
OBJS += demo.o
OBJS += startup.o
OBJS += ../vendor/trezor-crypto/bignum.o
OBJS += ../vendor/trezor-crypto/bip32.o

1
legacy/demo/startup.S Symbolic link
View File

@ -0,0 +1 @@
../bootloader/startup.S