From fd393a4cd5e2df69ac8dce6313b842d3aadaed72 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 24 Feb 2021 11:00:46 +0100 Subject: app makefiles: set CONFIG_* variables where applicable --- 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 83986cd..0cc1dcf 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 loop = 0 - override wakeup = 1 + override undefine CONFIG_loop + CONFIG_wakeup = y override arch_drivers += ,stdin endif -- cgit v1.2.3