mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-25 14:50:57 +00:00
vendor: update trezor-common (disable Lisk messages for now)
This commit is contained in:
parent
8e8749dc68
commit
a1cde6e0ce
@ -12,7 +12,7 @@ PYTHON ?= python
|
|||||||
protoc -I/usr/include -I. $< --python_out=.
|
protoc -I/usr/include -I. $< --python_out=.
|
||||||
|
|
||||||
messages_map.h: messages_map.py messages_pb2.py types_pb2.py
|
messages_map.h: messages_map.py messages_pb2.py types_pb2.py
|
||||||
$(PYTHON) $< > $@
|
$(PYTHON) $< | grep -v MessageType_Lisk > $@
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.pb *.o *.d *.pb.c *.pb.h *_pb2.py messages_map.h
|
rm -f *.pb *.o *.d *.pb.c *.pb.h *_pb2.py messages_map.h
|
||||||
|
2
vendor/trezor-common
vendored
2
vendor/trezor-common
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 260747dfa44ab77cd1e9f27f16db116eed0b45fc
|
Subproject commit b466b721a213a354ff7d8feacb27d2be80f61312
|
Loading…
Reference in New Issue
Block a user