From 3061ecca3d0fdfb87dabbf5f63c9e06c2a30f53a Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Thu, 23 Aug 2018 17:08:59 +0200 Subject: o Initial import. --- .../nRF5_SDK_15.0.0_a53641a/external/nano-pb/generator/proto/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/external/nano-pb/generator/proto/Makefile (limited to 'thirdparty/nRF5_SDK_15.0.0_a53641a/external/nano-pb/generator/proto/Makefile') diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/external/nano-pb/generator/proto/Makefile b/thirdparty/nRF5_SDK_15.0.0_a53641a/external/nano-pb/generator/proto/Makefile new file mode 100644 index 0000000..89bfe52 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/external/nano-pb/generator/proto/Makefile @@ -0,0 +1,4 @@ +all: nanopb_pb2.py plugin_pb2.py + +%_pb2.py: %.proto + protoc --python_out=. $< -- cgit v1.2.3