summaryrefslogtreecommitdiff
path: root/rtems-test-template
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-28 13:35:12 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-28 13:35:12 +0000
commit0bff81b2d39c8e94715a7987baf8c1cc05f3ab7c (patch)
tree813093742cb8b79b9e538089da5243b9c3597cfa /rtems-test-template
parentc14e9c8601d2ca04892f272617863658e05f2dd8 (diff)
2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* sptest/Makefile.am, sptest_operation_from_tsr/Makefile.am: Remove spin.c
Diffstat (limited to 'rtems-test-template')
-rw-r--r--rtems-test-template/ChangeLog5
-rw-r--r--rtems-test-template/sptest/Makefile.am2
-rw-r--r--rtems-test-template/sptest_operation_from_tsr/Makefile.am2
3 files changed, 7 insertions, 2 deletions
diff --git a/rtems-test-template/ChangeLog b/rtems-test-template/ChangeLog
index b3825ae..566ba61 100644
--- a/rtems-test-template/ChangeLog
+++ b/rtems-test-template/ChangeLog
@@ -1,3 +1,8 @@
+2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * sptest/Makefile.am, sptest_operation_from_tsr/Makefile.am: Remove
+ spin.c
+
2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* spfatal/Makefile.am, spfatal/TEST.doc, spfatal/TEST.scn,
diff --git a/rtems-test-template/sptest/Makefile.am b/rtems-test-template/sptest/Makefile.am
index 0f35215..2b1fc2c 100644
--- a/rtems-test-template/sptest/Makefile.am
+++ b/rtems-test-template/sptest/Makefile.am
@@ -5,7 +5,7 @@
MANAGERS = all
rtems_tests_PROGRAMS = @LOWER@
-@LOWER@_SOURCES = init.c ../../support/src/spin.c
+@LOWER@_SOURCES = init.c
dist_rtems_tests_DATA = @LOWER@.scn
dist_rtems_tests_DATA += @LOWER@.doc
diff --git a/rtems-test-template/sptest_operation_from_tsr/Makefile.am b/rtems-test-template/sptest_operation_from_tsr/Makefile.am
index 0f35215..2b1fc2c 100644
--- a/rtems-test-template/sptest_operation_from_tsr/Makefile.am
+++ b/rtems-test-template/sptest_operation_from_tsr/Makefile.am
@@ -5,7 +5,7 @@
MANAGERS = all
rtems_tests_PROGRAMS = @LOWER@
-@LOWER@_SOURCES = init.c ../../support/src/spin.c
+@LOWER@_SOURCES = init.c
dist_rtems_tests_DATA = @LOWER@.scn
dist_rtems_tests_DATA += @LOWER@.doc