summaryrefslogtreecommitdiff
path: root/src/app/prototest/Makefile.inc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-11-13 11:18:00 +0100
committerDaniel Friesel <derf@finalrewind.org>2018-11-13 11:18:00 +0100
commitd8b578f42c5fbac101c77249c05939fd04d50722 (patch)
treea07e5287e38b3526757f4568231f8e81a5d581ad /src/app/prototest/Makefile.inc
parent404f207fa8bda5acaf09c3dbdae8aaf7cb639a29 (diff)
import MPack. Does not work with embedded yet
Diffstat (limited to 'src/app/prototest/Makefile.inc')
-rw-r--r--src/app/prototest/Makefile.inc6
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