Skip to content

Commit

Permalink
pkg/nanopb: allow multiple proto locations
Browse files Browse the repository at this point in the history
  • Loading branch information
benpicco committed Apr 5, 2024
1 parent 3c07ebc commit 4b24be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/nanopb/Makefile.gensrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PROTOC ?= protoc
PROTOC_GEN_NANOPB ?= $(PKGDIRBASE)/nanopb/generator/protoc-gen-nanopb

PROTOBUF_FILES ?= $(wildcard *.proto)
PROTOBUF_FILES += $(wildcard *.proto)

# remove duplicates
PROTOBUF_FILES := $(sort $(PROTOBUF_FILES))
Expand Down

0 comments on commit 4b24be0

Please sign in to comment.