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:
commit
d59db60820
@ -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) && \
|
||||
|
Loading…
Reference in New Issue
Block a user