summaryrefslogtreecommitdiff
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
parent57016012e0db6cfef603c3f4bb638b8a84efb90e (diff)
2009-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile: Add shell test.
-rw-r--r--ChangeLog4
-rw-r--r--Makefile2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 161e807..7726c53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2009-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * Makefile: Add shell test.
+
+2009-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* rtems_init.c: New example. Runs on qemu.
* networkconfig-qemu.h: New file.
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