X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=extra%2Fnanopb.mk;h=5c2cff560c5df5210b96d983085b06d6a3c5e86f;hb=ffe4aff87cc3a15863c09aa808adf2381c8f2fb7;hp=7576baeef68ec9db3f4ba8db68964207bee8eb5f;hpb=d7cadaa46fe5979518a7ee2493250434f4e8ee40;p=apps%2Fagl-service-can-low-level.git 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