1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-03 03:50:58 +00:00

build(legacy): add explicit dependency on version.h for the header object

This commit is contained in:
matejcik 2022-04-25 11:42:35 +02:00 committed by Martin Milata
parent ed8cdef331
commit bc1ebdccdc

View File

@ -183,6 +183,8 @@ bl_data.h: bl_data.py bootloader.dat
@printf " PYTHON bl_data.py\n" @printf " PYTHON bl_data.py\n"
$(Q)$(PYTHON) bl_data.py $(Q)$(PYTHON) bl_data.py
header.o: version.h
clean:: clean::
rm -f bl_data.h rm -f bl_data.h
find -maxdepth 1 -name "*.mako" | sed 's/.mako$$//' | xargs rm -f find -maxdepth 1 -name "*.mako" | sed 's/.mako$$//' | xargs rm -f