summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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