summaryrefslogtreecommitdiff
path: root/apps/examples/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-20 11:37:56 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-20 11:37:56 -0600
commit5d38ee0f6f16a8db3b212d9282a21d5833b669e7 (patch)
treee97ba7461ff319ab77864afdf2aa45f0fcc340d9 /apps/examples/Makefile
parentcd6eaa5af6142c5a1027a14763df280b5c141999 (diff)
downloadpx4-nuttx-5d38ee0f6f16a8db3b212d9282a21d5833b669e7.tar.gz
px4-nuttx-5d38ee0f6f16a8db3b212d9282a21d5833b669e7.tar.bz2
px4-nuttx-5d38ee0f6f16a8db3b212d9282a21d5833b669e7.zip
apps/examples/random: Add a test for /dev/random
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 b629efa77..e616a6541 100644
--- a/apps/examples/Makefile
+++ b/apps/examples/Makefile
@@ -41,10 +41,10 @@ SUBDIRS = adc buttons can cc3000 cxxtest dhcpd discover elf flash_test
SUBDIRS += ftpc ftpd hello helloxx hidkbd igmp json keypadtest lcdrw
SUBDIRS += mm modbus mount mtdpart nettest nrf24l01_term nsh null nx
SUBDIRS += nxconsole nxffs nxflat nxhello nximage nxlines nxtext ostest
-SUBDIRS += pashello pipe poll posix_spawn pwm qencoder relays rgmp romfs
-SUBDIRS += sendmail serloop slcd smart smart_test tcpecho telnetd thttpd tiff
-SUBDIRS += touchscreen udp uip usbserial usbterm watchdog wget wgetjson
-SUBDIRS += xmlrpc
+SUBDIRS += pashello pipe poll posix_spawn pwm qencoder random relays rgmp
+SUBDIRS += romfs sendmail serloop slcd smart smart_test tcpecho telnetd
+SUBDIRS += thttpd tiff touchscreen udp uip usbserial usbterm watchdog
+SUBDIRS += wget wgetjson xmlrpc
# Sub-directories that might need context setup. Directories may need
# context setup for a variety of reasons, but the most common is because
@@ -55,9 +55,9 @@ CNTXTDIRS = pwm
ifeq ($(CONFIG_NSH_BUILTIN_APPS),y)
CNTXTDIRS += adc can cc3000 cxxtest dhcpd discover flash_test ftpd
CNTXTDIRS += hello helloxx json keypadtestmodbus lcdrw mtdpart nettest
-CNTXTDIRS += nx nxhello nximage nxlines nxtext nrf24l01_term ostest relays
-CNTXTDIRS += qencoder slcd smart_test tcpecho telnetd tiff touchscreen
-CNTXTDIRS += usbterm watchdog wgetjson
+CNTXTDIRS += nx nxhello nximage nxlines nxtext nrf24l01_term ostest random
+CNTXTDIRS += relays qencoder slcd smart_test tcpecho telnetd tiff
+CNTXTDIRS += touchscreen usbterm watchdog wgetjson
endif
all: nothing