summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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