summaryrefslogtreecommitdiff
path: root/apps/examples/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-14 23:37:38 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-14 23:37:38 +0000
commit5ad562aaa8fff477e9298d04d3d33f09c153a234 (patch)
tree8586fa80696d3c3d8df3e97a97159e75105c6169 /apps/examples/Makefile
parent1900b1701956566b5ce2b917001a68dc9c53c349 (diff)
downloadnuttx-5ad562aaa8fff477e9298d04d3d33f09c153a234.tar.gz
nuttx-5ad562aaa8fff477e9298d04d3d33f09c153a234.tar.bz2
nuttx-5ad562aaa8fff477e9298d04d3d33f09c153a234.zip
Add a framework for an ADC test
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4180 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/Makefile')
-rw-r--r--apps/examples/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/examples/Makefile b/apps/examples/Makefile
index 6989803ae..d549fe28e 100644
--- a/apps/examples/Makefile
+++ b/apps/examples/Makefile
@@ -37,7 +37,7 @@
# Sub-directories
-SUBDIRS = buttons dhcpd ftpc hello helloxx hidkbd igmp lcdrw mm mount \
+SUBDIRS = adc buttons dhcpd ftpc hello helloxx hidkbd igmp lcdrw mm mount \
nettest nsh null nx nxffs nxflat nxhello nximage nxlines \
nxtext ostest pashello pipe poll rgmp romfs sendmail serloop \
thttpd tiff touchscreen udp uip usbserial usbstorage usbterm wget wlan
@@ -47,6 +47,9 @@ SUBDIRS = buttons dhcpd ftpc hello helloxx hidkbd igmp lcdrw mm mount \
CNTXTDIRS =
ifeq ($(CONFIG_NSH_BUILTIN_APPS),y)
+CNTXTDIRS += adc
+endif
+ifeq ($(CONFIG_NSH_BUILTIN_APPS),y)
CNTXTDIRS += dhcpd
endif
ifeq ($(CONFIG_EXAMPLES_HELLOXX_BUILTIN),y)