From ee720ed3bcc18fad43127d27e9d57781ecc91393 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 12 Nov 2018 13:47:44 +0100 Subject: prototest: json serialization --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3148fdc..ff1e070 100644 --- a/Makefile +++ b/Makefile @@ -116,6 +116,10 @@ ifeq (${wakeup}, 1) COMMON_FLAGS += -DWITH_WAKEUP endif +ifeq (${ostream}, 1) + COMMON_FLAGS += -DWITH_OSTREAM +endif + include src/arch/${arch}/Makefile.inc clean: arch_clean -- cgit v1.2.3