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