aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/Makefile.template
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2018-06-05 14:27:14 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2018-06-05 14:27:14 -0700
commitdd8bc8cfb468807c5b4576aa8816b0cc0c7aeef7 (patch)
treeb22035e4f375526d83f1152abd07e9c53d977499 /templates/Makefile.template
parent7f9470297f0d3bd1bea0f75678e031b8170c494a (diff)
moved nanopb flags from Makefile.template to build.yaml
Diffstat (limited to 'templates/Makefile.template')
-rw-r--r--templates/Makefile.template4
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/Makefile.template b/templates/Makefile.template
index ca3fefb363..4a04af122d 100644
--- a/templates/Makefile.template
+++ b/templates/Makefile.template
@@ -221,10 +221,6 @@
% endif
% endfor
- # nanopb tweaks
- DEFINES += PB_FIELD_32BIT
- CPPFLAGS += -Ithird_party/nanopb
-
CPPFLAGS += $(CPPFLAGS_$(CONFIG))
CFLAGS += $(CFLAGS_$(CONFIG))
CXXFLAGS += $(CXXFLAGS_$(CONFIG))