mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
nanopb: add dependency for C++ files
This commit is contained in:
parent
21d454a226
commit
b6d649e344
@ -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