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

build: fix file order in SConscript.unix

This commit is contained in:
Pavol Rusnak 2019-09-03 16:24:33 +02:00
parent cdc1a87d11
commit 854045c019
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -290,9 +290,9 @@ SOURCE_UNIX = [
'vendor/micropython/ports/unix/input.c',
'vendor/micropython/ports/unix/alloc.c',
'embed/unix/common.c',
'embed/unix/profile.c',
'embed/unix/flash.c',
'embed/unix/main.c',
'embed/unix/profile.c',
'embed/unix/rng.c',
'embed/unix/sdcard.c',
'embed/unix/sbu.c',