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:
parent
ed8cdef331
commit
bc1ebdccdc
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user