aboutsummaryrefslogtreecommitdiff
path: root/apps/examples/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-02-15 17:51:30 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-02-15 17:51:30 +0000
commit3625222c6c6acf678b730502f4b7e3016ae9fbf3 (patch)
tree35172ca6e0c8bc762e6ee6588589e6ef2a5d350d /apps/examples/Makefile
parenta1590c1424d6065ec21830a10a4d210f9fc8a299 (diff)
downloadpx4-firmware-3625222c6c6acf678b730502f4b7e3016ae9fbf3.tar.gz
px4-firmware-3625222c6c6acf678b730502f4b7e3016ae9fbf3.tar.bz2
px4-firmware-3625222c6c6acf678b730502f4b7e3016ae9fbf3.zip
Add QE support to STM32F4Discovery; add a test of the quadrature encoder driver
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4395 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'apps/examples/Makefile')
-rw-r--r--apps/examples/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/examples/Makefile b/apps/examples/Makefile
index eea75083c..d6ac49163 100644
--- a/apps/examples/Makefile
+++ b/apps/examples/Makefile
@@ -39,9 +39,9 @@
SUBDIRS = adc buttons can composite dhcpd ftpc ftpd hello helloxx hidkbd \
igmp lcdrw mm mount nettest nsh null nx nxffs nxflat nxhello nximage \
- nxlines nxtext ostest pashello pipe poll pwm rgmp romfs sendmail \
+ nxlines nxtext ostest pashello pipe poll pwm qencoder rgmp romfs \
serloop telnetd thttpd tiff touchscreen udp uip usbserial \
- usbstorage usbterm wget wlan
+ sendmail usbstorage usbterm 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 composite dhcpd ftpc ftpd hello helloxx hidkbd \
CNTXTDIRS = pwm
ifeq ($(CONFIG_NSH_BUILTIN_APPS),y)
-CNTXTDIRS += adc can composite ftpd dhcpd nettest telnetd
+CNTXTDIRS += adc can composite ftpd dhcpd nettest qencoder telnetd
endif
ifeq ($(CONFIG_EXAMPLES_HELLOXX_BUILTIN),y)