From 460ecf074d133cbe026cbddb7cf5fad1180c9831 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 28 May 2021 15:17:20 +0200 Subject: Set loop/wakeup/ostream either via .config or via app/commandline --- src/app/shell/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/app/shell') diff --git a/src/app/shell/Makefile.inc b/src/app/shell/Makefile.inc index 0cc1dcf..daadae0 100644 --- a/src/app/shell/Makefile.inc +++ b/src/app/shell/Makefile.inc @@ -5,7 +5,7 @@ # SPDX-License-Identifier: CC0-1.0 ifdef app - override undefine CONFIG_loop - CONFIG_wakeup = y + override undefine loop + wakeup = 1 override arch_drivers += ,stdin endif -- cgit v1.2.3