summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-15 21:17:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-15 21:17:07 +0000
commite885e380f0e73327036743da08446f8fc65d1665 (patch)
tree835e63a6aa410e641c231915a3ebc2e9a1a0f63d /Makefile
parent2009-09-15 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadada-examples-e885e380f0e73327036743da08446f8fc65d1665.tar.bz2
2009-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile: Add shell test.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d519e6f..6899555 100644
--- a/Makefile
+++ b/Makefile
@@ -18,5 +18,5 @@ ifeq ($(RTEMS_BSP),erc32)
endif
ifeq ($(HAS_NETWORKING),yes)
- SUBDIRS += dumpwebpage pingpong gen-soconn
+ SUBDIRS += dumpwebpage pingpong gen-soconn shell
endif