aboutsummaryrefslogtreecommitdiff
path: root/apps/examples/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-21 21:23:18 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-21 21:23:18 +0000
commitdfa161e3c2887fd82588d0ae0bafe267a9444da1 (patch)
tree70b7893243b8ee2e6b8b5fd95106c4ab962699c5 /apps/examples/Makefile
parent68c76413ca619085bddeb65f64b46f623a123ded (diff)
downloadpx4-firmware-dfa161e3c2887fd82588d0ae0bafe267a9444da1.tar.gz
px4-firmware-dfa161e3c2887fd82588d0ae0bafe267a9444da1.tar.bz2
px4-firmware-dfa161e3c2887fd82588d0ae0bafe267a9444da1.zip
Use NuttX types in FreeModBus port; Add FreeModBus demo at apps/examples/modbus; Add new termios APIs
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4964 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'apps/examples/Makefile')
-rw-r--r--apps/examples/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/examples/Makefile b/apps/examples/Makefile
index 7ad8d82bc..ad5be6497 100644
--- a/apps/examples/Makefile
+++ b/apps/examples/Makefile
@@ -38,10 +38,10 @@
# Sub-directories
SUBDIRS = adc buttons can cdcacm composite dhcpd ftpc ftpd hello helloxx \
- hidkbd igmp lcdrw mm mount nettest nsh null nx nxconsole nxffs nxflat \
- nxhello nximage nxlines nxtext ostest pashello pipe poll pwm qencoder \
- rgmp romfs serloop telnetd thttpd tiff touchscreen udp uip usbserial \
- sendmail usbstorage usbterm watchdog wget wlan
+ hidkbd igmp lcdrw mm modbus mount nettest nsh null nx nxconsole nxffs \
+ nxflat nxhello nximage nxlines nxtext ostest pashello pipe poll pwm \
+ qencoder rgmp romfs serloop telnetd thttpd tiff touchscreen udp uip \
+ usbserial sendmail usbstorage usbterm watchdog wget wlan
# Sub-directories that might need context setup. Directories may need
# context setup for a variety of reasons, but the most common is because
@@ -56,7 +56,7 @@ SUBDIRS = adc buttons can cdcacm composite dhcpd ftpc ftpd hello helloxx \
CNTXTDIRS = pwm
ifeq ($(CONFIG_NSH_BUILTIN_APPS),y)
-CNTXTDIRS += adc can cdcacm composite ftpd dhcpd nettest qencoder telnetd watchdog
+CNTXTDIRS += adc can cdcacm composite ftpd dhcpd modbus nettest qencoder telnetd watchdog
endif
ifeq ($(CONFIG_EXAMPLES_HELLO_BUILTIN),y)