mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-27 02:12:35 +00:00
change binary name of nanopb generator (to follow upstream name)
This commit is contained in:
parent
32f3c54cc4
commit
b1723fef5b
@ -1,7 +1,7 @@
|
|||||||
all: messages.pb.c storage.pb.c types.pb.c
|
all: messages.pb.c storage.pb.c types.pb.c
|
||||||
|
|
||||||
%.pb.c: %.pb %.options
|
%.pb.c: %.pb %.options
|
||||||
nanopb $< -L '#include "%s"' -T
|
nanopb_generator.py $< -L '#include "%s"' -T
|
||||||
|
|
||||||
%.pb: %.proto
|
%.pb: %.proto
|
||||||
protoc -I/usr/include -I. $< -o $@
|
protoc -I/usr/include -I. $< -o $@
|
||||||
|
Loading…
Reference in New Issue
Block a user