summaryrefslogtreecommitdiff
path: root/apps/examples/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-03 09:34:47 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-03 09:34:47 -0600
commit3a3b22ae3c1e31cf3659244a21afe5d8ff6b9530 (patch)
tree57c9fec97522354367472cd6034a4181364661c7 /apps/examples/Makefile
parent51d6211e82cc7ccaa4f32d87577716833647d2b2 (diff)
downloadnuttx-3a3b22ae3c1e31cf3659244a21afe5d8ff6b9530.tar.gz
nuttx-3a3b22ae3c1e31cf3659244a21afe5d8ff6b9530.tar.bz2
nuttx-3a3b22ae3c1e31cf3659244a21afe5d8ff6b9530.zip
Add an analog joystick test/example
Diffstat (limited to 'apps/examples/Makefile')
-rw-r--r--apps/examples/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/examples/Makefile b/apps/examples/Makefile
index 339fbe0cb..bef81f89d 100644
--- a/apps/examples/Makefile
+++ b/apps/examples/Makefile
@@ -37,9 +37,9 @@
# Sub-directories
-SUBDIRS = adc bastest bridge buttons can cc3000 cpuhog cxxtest dhcpd
-SUBDIRS += discover djoystick elf flash_test ftpc ftpd hello helloxx hidkbd
-SUBDIRS += igmp i2schar json keypadtest lcdrw mm modbus mount mtdpart
+SUBDIRS = adc ajoystick bastest bridge buttons can cc3000 cpuhog cxxtest
+SUBDIRS += dhcpd discover djoystick elf flash_test ftpc ftpd hello helloxx
+SUBDIRS += hidkbd igmp i2schar json keypadtest lcdrw mm modbus mount mtdpart
SUBDIRS += mtdrwb netpkt nettest nrf24l01_term nsh null nx nxterm nxffs
SUBDIRS += nxflat nxhello nximage nxlines nxtext ostest pashello pipe poll
SUBDIRS += posix_spawn pwm qencoder random relays rgmp romfs sendmail
@@ -54,10 +54,10 @@ SUBDIRS += webserver wget wgetjson xmlrpc
CNTXTDIRS = pwm
ifeq ($(CONFIG_NSH_BUILTIN_APPS),y)
-CNTXTDIRS += adc bridge can cc3000 cpuhog cxxtest dhcpd discover djoystick
-CNTXTDIRS += flash_test ftpd hello helloxx i2schar json keypadtest modbus
-CNTXTDIRS += lcdrw mtdpart mtdrwb netpkt nettest nx nxhello nximage nxlines
-CNTXTDIRS += nxtext nrf24l01_term ostest random relays qencoder
+CNTXTDIRS += adc ajoystick bridge can cc3000 cpuhog cxxtest dhcpd discover
+CNTXTDIRS += djoystick flash_test ftpd hello helloxx i2schar json keypadtest
+CNTXTDIRS += modbus lcdrw mtdpart mtdrwb netpkt nettest nx nxhello nximage
+CNTXTDIRS += nxlines nxtext nrf24l01_term ostest random relays qencoder
CNTXTDIRS += serialblasters lcd serialrx smart_test tcpecho telnetd tiff
CNTXTDIRS += touchscreen usbterm watchdog wgetjson
endif