summaryrefslogtreecommitdiff
path: root/apps/examples/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-27 16:59:15 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-27 16:59:15 +0000
commit5d3e1ee2e876b618f11a16753ca1d992260089be (patch)
treece0fbf634a4a79157ec8554a02933bf935f5ce72 /apps/examples/Makefile
parent2a4b0b1d5da5d20a1145f5bcdd845c3b49cae7bd (diff)
downloadnuttx-5d3e1ee2e876b618f11a16753ca1d992260089be.tar.gz
nuttx-5d3e1ee2e876b618f11a16753ca1d992260089be.tar.bz2
nuttx-5d3e1ee2e876b618f11a16753ca1d992260089be.zip
Add a test for the NX console device
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4528 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/Makefile')
-rw-r--r--apps/examples/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/examples/Makefile b/apps/examples/Makefile
index 4cf2a700d..c1da00628 100644
--- a/apps/examples/Makefile
+++ b/apps/examples/Makefile
@@ -38,9 +38,9 @@
# Sub-directories
SUBDIRS = adc buttons can cdcacm composite dhcpd ftpc ftpd hello helloxx \
- hidkbd igmp lcdrw mm mount nettest nsh null nx nxffs nxflat nxhello \
- nximage nxlines nxtext ostest pashello pipe poll pwm qencoder rgmp \
- romfs serloop telnetd thttpd tiff touchscreen udp uip usbserial \
+ hidkbd igmp lcdrw mm mount nettest nsh null nx nxconsole nxffs nxflat \
+ nxhello nximage nxlines nxtext ostest pashello pipe poll pwm qencoder \
+ rgmp romfs serloop telnetd thttpd tiff touchscreen udp uip usbserial \
sendmail usbstorage usbterm wget wlan
# Sub-directories that might need context setup. Directories may need
@@ -56,7 +56,7 @@ SUBDIRS = adc buttons can cdcacm composite dhcpd ftpc ftpd hello helloxx \
CNTXTDIRS = pwm
ifeq ($(CONFIG_NSH_BUILTIN_APPS),y)
-CNTXTDIRS += adc can cdcacm composite ftpd dhcpd nettest qencoder telnetd
+CNTXTDIRS += adc can cdcacm composite ftpd dhcpd nettest nxconsole qencoder telnetd
endif
ifeq ($(CONFIG_EXAMPLES_HELLO_BUILTIN),y)