summaryrefslogtreecommitdiff
path: root/src/app/shell
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2021-02-24 11:00:46 +0100
committerDaniel Friesel <daniel.friesel@uos.de>2021-02-24 11:00:46 +0100
commitfd393a4cd5e2df69ac8dce6313b842d3aadaed72 (patch)
treee0588d11517fdf331aba4ca6ed7bcb7c5e867431 /src/app/shell
parent5f3c3ed47e125c74d577da65c5ee3ffa951fbda5 (diff)
app makefiles: set CONFIG_* variables where applicable
Diffstat (limited to 'src/app/shell')
-rw-r--r--src/app/shell/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
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