diff --git a/examples/nsh/Makefile b/examples/nsh/Makefile index b6c0544a4..679babd35 100644 --- a/examples/nsh/Makefile +++ b/examples/nsh/Makefile @@ -1,7 +1,7 @@ ############################################################################ # apps/examples/nsh/Makefile # -# Copyright (C) 2007-2008, 2010-2012 Gregory Nutt. All rights reserved. +# Copyright (C) 2007-2008, 2010-2012, 2017 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without @@ -39,13 +39,6 @@ include $(APPDIR)/Make.defs # NuttShell (NSH) Example -CONFIG_EXAMPLES_NSH_PRIORITY ?= SCHED_PRIORITY_DEFAULT -CONFIG_EXAMPLES_NSH_STACKSIZE ?= 2048 - -APPNAME = nsh -PRIORITY = $(CONFIG_EXAMPLES_NSH_PRIORITY) -STACKSIZE = $(CONFIG_EXAMPLES_NSH_STACKSIZE) - ASRCS = CSRCS = MAINSRC = nsh_main.c