diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2014-08-26 18:05:10 +0300 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2014-08-26 18:05:10 +0300 |
commit | 8a95311b51e6b64835ba8141594d8e804241377e (patch) | |
tree | ef08360c0f56ae61fe95702699f82fab0624f6f7 /extra/nanopb.mk | |
parent | 3ed219382e55885a66a462db1cf06170ce80e606 (diff) |
Add pb_common.c to examples
Diffstat (limited to 'extra/nanopb.mk')
-rw-r--r-- | extra/nanopb.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/nanopb.mk b/extra/nanopb.mk index 7576baee..5c2cff56 100644 --- a/extra/nanopb.mk +++ b/extra/nanopb.mk @@ -5,7 +5,7 @@ NANOPB_DIR := $(abspath $(dir $(lastword $(MAKEFILE_LIST)))../) # Files for the nanopb core -NANOPB_CORE = $(NANOPB_DIR)/pb_encode.c $(NANOPB_DIR)/pb_decode.c +NANOPB_CORE = $(NANOPB_DIR)/pb_encode.c $(NANOPB_DIR)/pb_decode.c $(NANOPB_DIR)/pb_common.c # Check if we are running on Windows ifdef windir |