Allow the NULL example to be used as an NSH builtin

This commit is contained in:
Gregory Nutt 2015-11-05 14:08:29 -06:00
parent 1f2f8262f1
commit 57050b0f82

View File

@ -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 =