mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-10 15:30:55 +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
|
||||
|
||||
%.pb.c: %.pb %.options
|
||||
nanopb $< -L '#include "%s"' -T
|
||||
nanopb_generator.py $< -L '#include "%s"' -T
|
||||
|
||||
%.pb: %.proto
|
||||
protoc -I/usr/include -I. $< -o $@
|
||||
|
Loading…
Reference in New Issue
Block a user