From b6d649e344acf7c283bb36d33c3a9c76468e4471 Mon Sep 17 00:00:00 2001 From: Sebastiaan de Schaetzen Date: Thu, 27 May 2021 16:07:07 +0200 Subject: [PATCH] nanopb: add dependency for C++ files --- pkg/nanopb/Makefile.gensrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/nanopb/Makefile.gensrc b/pkg/nanopb/Makefile.gensrc index c0803df6c5..1c86af590c 100644 --- a/pkg/nanopb/Makefile.gensrc +++ b/pkg/nanopb/Makefile.gensrc @@ -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) && \