summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-11-12 13:47:44 +0100
committerDaniel Friesel <derf@finalrewind.org>2018-11-12 13:47:44 +0100
commitee720ed3bcc18fad43127d27e9d57781ecc91393 (patch)
tree1d392d5d5613bd6fa2d6b7572dc4c1744139605a /Makefile
parent96462e6b5be917a5146eaae62234432f1030898f (diff)
prototest: json serialization
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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