summaryrefslogtreecommitdiff
path: root/apps/system/sysinfo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/sysinfo/Makefile')
-rw-r--r--apps/system/sysinfo/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/system/sysinfo/Makefile b/apps/system/sysinfo/Makefile
index eb788b01a..bbac0415b 100644
--- a/apps/system/sysinfo/Makefile
+++ b/apps/system/sysinfo/Makefile
@@ -46,12 +46,13 @@ ifeq ($(WINTOOL),y)
INCDIROPT = -w
endif
-# Hello Application
-# TODO: appname can be automatically extracted from the directory name
+# NSH sysinfo command
+
+CONFIG_SYSTEM_SYSINFO_STACKSIZE ?= 1024
APPNAME = sysinfo
PRIORITY = SCHED_PRIORITY_DEFAULT
-STACKSIZE = 768
+STACKSIZE = $(CONFIG_SYSTEM_SYSINFO_STACKSIZE)
ASRCS =
CSRCS = sysinfo.c