mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-17 21:22:10 +00:00
build(legacy): add explicit dependency on version.h for the header object
This commit is contained in:
parent
ecd0423f6f
commit
960527953a
@ -182,6 +182,8 @@ bl_data.h: bl_data.py bootloader.dat
|
||||
@printf " PYTHON bl_data.py\n"
|
||||
$(Q)$(PYTHON) bl_data.py
|
||||
|
||||
header.o: version.h
|
||||
|
||||
clean::
|
||||
rm -f bl_data.h
|
||||
find -maxdepth 1 -name "*.mako" | sed 's/.mako$$//' | xargs rm -f
|
||||
|
Loading…
Reference in New Issue
Block a user