summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-06 18:24:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-06 18:24:41 +0000
commitf28fb20737259d4bb36804ab48ab32deda1a0178 (patch)
tree09824ec4132051b20a79d96cc410ca0aaf8f01db
parent2008-02-06 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadada-examples-f28fb20737259d4bb36804ab48ab32deda1a0178.tar.bz2
2008-02-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile: Added exception_test.
-rw-r--r--ChangeLog4
-rw-r--r--Makefile3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 29117db..6a5bc4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-02-06 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * Makefile: Added exception_test.
+
+2008-02-06 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* Makefile.shared, rtems_init.c: More clean up and more generalization.
2007-10-17 Joel Sherrill <joel.sherrill@oarcorp.com>
diff --git a/Makefile b/Makefile
index 7183a93..85c3057 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,8 @@ include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
include $(RTEMS_CUSTOM)
include $(RTEMS_ROOT)/make/directory.cfg
-SUBDIRS=empty hello_world_ada hello_via_task delay_until stack_check
+SUBDIRS=empty hello_world_ada hello_via_task delay_until stack_check \
+ task_priority exception_test
ifeq ($(RTEMS_BSP),erc32)
SUBDIRS += irq_test irq_test_c