From 3a3b22ae3c1e31cf3659244a21afe5d8ff6b9530 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 3 Dec 2014 09:34:47 -0600 Subject: Add an analog joystick test/example --- apps/examples/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'apps/examples/Makefile') 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 -- cgit v1.2.3