From 3875f37b2ce1d020aaf5174ea2a885bfdb98db98 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 12 Jan 2018 14:40:30 +0100 Subject: add stdin for esp8266 and msp430 as well as preliminary shell app --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0e5371a..a6f03c9 100644 --- a/Makefile +++ b/Makefile @@ -43,6 +43,10 @@ ifeq (${loop}, 1) COMMON_FLAGS += -DWITH_LOOP endif +ifeq (${wakeup}, 1) + COMMON_FLAGS += -DWITH_WAKEUP +endif + include src/arch/${arch}/Makefile.inc clean: arch_clean -- cgit v1.2.3