From 57050b0f82585c70b6ea2db5ec558fea7cd434de Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 5 Nov 2015 14:08:29 -0600 Subject: [PATCH] Allow the NULL example to be used as an NSH builtin --- examples/null/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/null/Makefile b/examples/null/Makefile index 4b8e714f0..8bf87e70b 100644 --- a/examples/null/Makefile +++ b/examples/null/Makefile @@ -35,6 +35,12 @@ -include $(TOPDIR)/Make.defs +# The NULL example built-in application info + +APPNAME = null +PRIORITY = SCHED_PRIORITY_DEFAULT +STACKSIZE = 2048 + # The smallest thing you can build -- the NULL example. ASRCS =