diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |