diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-11-13 11:18:00 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-11-13 11:18:00 +0100 |
commit | d8b578f42c5fbac101c77249c05939fd04d50722 (patch) | |
tree | a07e5287e38b3526757f4568231f8e81a5d581ad /src/app/prototest/Makefile.inc | |
parent | 404f207fa8bda5acaf09c3dbdae8aaf7cb639a29 (diff) |
import MPack. Does not work with embedded yet
Diffstat (limited to 'src/app/prototest/Makefile.inc')
-rw-r--r-- | src/app/prototest/Makefile.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/app/prototest/Makefile.inc b/src/app/prototest/Makefile.inc index 3a9b4c3..a33e46f 100644 --- a/src/app/prototest/Makefile.inc +++ b/src/app/prototest/Makefile.inc @@ -8,6 +8,12 @@ ifeq (${prototest_modernjson}, 1) COMMON_FLAGS += -DPROTOTEST_MODERNJSON endif +ifeq (${prototest_mpack}, 1) + COMMON_FLAGS += -DPROTOTEST_MPACK + TARGETS += src/lib/mpack/mpack.cc + INCLUDES += -Iinclude/lib/mpack +endif + ifeq (${prototest_nanopb}, 1) COMMON_FLAGS += -DPROTOTEST_NANOPB TARGETS += src/app/prototest/nanopb.pb.cc src/lib/nanopb/pb_common.cc |