mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-18 10:32:02 +00:00
firmware: Generate nem_mosaics.[ch] at build time
This commit is contained in:
parent
a90acf8b62
commit
c87c16adc9
@ -105,6 +105,8 @@ bootloader.o: ../fastflash/bootloader.bin
|
|||||||
coins.c crypto.c fsm.c transaction.c: coins_count.h
|
coins.c crypto.c fsm.c transaction.c: coins_count.h
|
||||||
coins.c: coins_array.h
|
coins.c: coins_array.h
|
||||||
|
|
||||||
|
nem2.c layout2.c: nem_mosaics.h
|
||||||
|
|
||||||
#################
|
#################
|
||||||
# Code Generation
|
# Code Generation
|
||||||
coins_count.h: coins-gen.py coins.json
|
coins_count.h: coins-gen.py coins.json
|
||||||
@ -113,5 +115,9 @@ coins_count.h: coins-gen.py coins.json
|
|||||||
coins_array.h: coins-gen.py coins.json
|
coins_array.h: coins-gen.py coins.json
|
||||||
./$< array > $@
|
./$< array > $@
|
||||||
|
|
||||||
|
nem_mosaics.c nem_mosaics.h: nem_mosaics.py nem_mosaics.json
|
||||||
|
./$<
|
||||||
|
|
||||||
clean::
|
clean::
|
||||||
rm -f coins_count.h coins_array.h
|
rm -f coins_count.h coins_array.h
|
||||||
|
rm -f nem_mosaics.c nem_mosaics.h
|
||||||
|
Loading…
Reference in New Issue
Block a user