mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-31 05:41:24 +08:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user