2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>

* sp69/Makefile.am, sp71/Makefile.am, spfifo02/Makefile.am: Tests do
	not need spin.c
This commit is contained in:
Joel Sherrill
2010-06-28 13:51:05 +00:00
parent 4b4cbdd68f
commit 9f61efdaa7
4 changed files with 8 additions and 3 deletions
+5
View File
@@ -1,3 +1,8 @@
2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp69/Makefile.am, sp71/Makefile.am, spfifo02/Makefile.am: Tests do
not need spin.c
2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp70/Makefile.am: Tests do not need spin.c
+1 -1
View File
@@ -5,7 +5,7 @@
MANAGERS = all
rtems_tests_PROGRAMS = sp69
sp69_SOURCES = init.c ../../support/src/spin.c
sp69_SOURCES = init.c
dist_rtems_tests_DATA = sp69.scn
dist_rtems_tests_DATA += sp69.doc
+1 -1
View File
@@ -5,7 +5,7 @@
MANAGERS = all
rtems_tests_PROGRAMS = sp71
sp71_SOURCES = init.c ../../support/src/spin.c
sp71_SOURCES = init.c
dist_rtems_tests_DATA = sp71.scn
dist_rtems_tests_DATA += sp71.doc
+1 -1
View File
@@ -5,7 +5,7 @@
MANAGERS = all
rtems_tests_PROGRAMS = spfifo02
spfifo02_SOURCES = init.c ../../support/src/spin.c
spfifo02_SOURCES = init.c
dist_rtems_tests_DATA = spfifo02.scn
dist_rtems_tests_DATA += spfifo02.doc