Merge pull request #16504 from seeseemelk/feature/nanopb

nanopb: add dependency for C++ source files
This commit is contained in:
Kaspar Schleiser 2021-05-28 09:31:01 +02:00 committed by GitHub
commit d59db60820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ PROTO_INCLUDES += -I.
PROTO_INCLUDES += -I$(PKGDIRBASE)/nanopb/generator/proto
PROTO_INCLUDES += -I$(PROTOBUF_PATH)
$(SRC): $(GENSRC)
$(SRC) $(SRCXX): $(GENSRC)
$(GENSRC): $(PROTOBUF_FILES)
$(Q)D=$(BINDIR)/$(MODULE) && \