From 67ea31797d0a81295664484a61aebd54607f3c86 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 29 Mar 2012 22:20:47 +0000 Subject: Can now run an NSH session within an NX window git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4539 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/nxconsole/Makefile | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'apps/examples/nxconsole/Makefile') diff --git a/apps/examples/nxconsole/Makefile b/apps/examples/nxconsole/Makefile index 2a04f982e..cfd7329a5 100644 --- a/apps/examples/nxconsole/Makefile +++ b/apps/examples/nxconsole/Makefile @@ -56,12 +56,6 @@ endif ROOTDEPPATH = --dep-path . -# NxConsole built-in application info - -APPNAME = nxcon -PRIORITY = SCHED_PRIORITY_DEFAULT -STACKSIZE = 2048 - # Common build VPATH = @@ -81,13 +75,7 @@ $(COBJS): %$(OBJEXT): %.c done ; ) @touch .built -.context: -ifeq ($(CONFIG_NSH_BUILTIN_APPS),y) - $(call REGISTER,$(APPNAME),$(PRIORITY),$(STACKSIZE),$(APPNAME)_main) - @touch $@ -endif - -context: .context +context: .depend: Makefile $(SRCS) @$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep -- cgit v1.2.3