summaryrefslogtreecommitdiff
path: root/apps/examples/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-21 00:01:15 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-21 00:01:15 +0000
commit6407cb367e2856b7c8fb427cd420a6d58a179ce9 (patch)
treeec888e0787e5fcdfc73c7a97b75748d44bdd7646 /apps/examples/Makefile
parent610a6c9a4d50657d5f04d3247a229795e599be3b (diff)
downloadnuttx-6407cb367e2856b7c8fb427cd420a6d58a179ce9.tar.gz
nuttx-6407cb367e2856b7c8fb427cd420a6d58a179ce9.tar.bz2
nuttx-6407cb367e2856b7c8fb427cd420a6d58a179ce9.zip
Add a NuttX logo image example
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3804 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/Makefile')
-rw-r--r--apps/examples/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/examples/Makefile b/apps/examples/Makefile
index 6b08c6ab4..45f05d8db 100644
--- a/apps/examples/Makefile
+++ b/apps/examples/Makefile
@@ -38,13 +38,13 @@
# Sub-directories
SUBDIRS = buttons dhcpd ftpc hello helloxx hidkbd igmp mm mount nettest \
- nsh null nx nxffs nxflat nxtext nxhello ostest pashello pipe poll \
- rgmp romfs sendmail serloop thttpd udp uip usbserial usbstorage \
+ nsh null nx nxffs nxflat nxhello nximage nxtext stest pashello pipe \
+ poll rgmp romfs sendmail serloop thttpd udp uip usbserial usbstorage \
wget wlan
# Sub-directories that might need context setup
-CNTXTDIRS = nx nxhello nxtext
+CNTXTDIRS = nx nxhello nximage nxtext
all: nothing
.PHONY: nothing context depend clean distclean