1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

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) && \