From 5ad562aaa8fff477e9298d04d3d33f09c153a234 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 14 Dec 2011 23:37:38 +0000 Subject: 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 --- apps/examples/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'apps/examples/Makefile') 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 @@ -46,6 +46,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 -- cgit v1.2.3