aboutsummaryrefslogtreecommitdiff
path: root/examples/simple/Makefile
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2018-07-27 13:25:00 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-07-27 13:25:00 -0700
commit8863e422936e9dcd96ef75db8e7d735884b16787 (patch)
treec28e65883c2587f3f19a80e40020ad89ba49dabd /examples/simple/Makefile
parent85687fde93fe54eccfd3b20bac9ca7883ffb612a (diff)
parent731c7139ab46dd0c22bcbda506069e5454e9b2c2 (diff)
downloadnanopb-c-8863e422936e9dcd96ef75db8e7d735884b16787.tar.gz
Revert "Upgrade nanopb to 0.3.9.1" am: 72d4ea3f96
am: 731c7139ab Change-Id: I90a1a47afc2a7bb17ef2f35c8a33963cc169174a
Diffstat (limited to 'examples/simple/Makefile')
-rw-r--r--examples/simple/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/simple/Makefile b/examples/simple/Makefile
index 970a865..02a4c3f 100644
--- a/examples/simple/Makefile
+++ b/examples/simple/Makefile
@@ -10,7 +10,6 @@ CSRC = simple.c # The main program
CSRC += simple.pb.c # The compiled protocol definition
CSRC += $(NANOPB_DIR)/pb_encode.c # The nanopb encoder
CSRC += $(NANOPB_DIR)/pb_decode.c # The nanopb decoder
-CSRC += $(NANOPB_DIR)/pb_common.c # The nanopb common parts
# Build rule for the main program
simple: $(CSRC)