summaryrefslogtreecommitdiff
path: root/apps/examples/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-07 16:20:35 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-07 16:20:35 +0000
commit21de300584601f990c440757197097746fa40034 (patch)
treedb07761a3cee55d5c466a67261f0da23d73e8c96 /apps/examples/Makefile
parent6aaedb5fc741627830baa841728c504b62e047a6 (diff)
downloadnuttx-21de300584601f990c440757197097746fa40034.tar.gz
nuttx-21de300584601f990c440757197097746fa40034.tar.bz2
nuttx-21de300584601f990c440757197097746fa40034.zip
Add support for STM3210E-EVAL button interrupts
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3750 42af7a65-404d-4744-a932-0658087f49c3
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 d4e96c11a..95769ed0c 100644
--- a/apps/examples/Makefile
+++ b/apps/examples/Makefile
@@ -37,9 +37,9 @@
# Sub-directories
-SUBDIRS = dhcpd ftpc hello helloxx hidkbd igmp mm mount nettest nsh null nx \
- nxffs nxflat ostest pashello pipe poll rgmp romfs sendmail serloop \
- thttpd udp uip usbserial usbstorage wget wlan
+SUBDIRS = buttons dhcpd ftpc hello helloxx hidkbd igmp mm mount nettest \
+ nsh null nx nxffs nxflat ostest pashello pipe poll rgmp romfs \
+ sendmail serloop thttpd udp uip usbserial usbstorage wget wlan
all: nothing
.PHONY: nothing context depend clean distclean