source: rtems/testsuites/sptests/spextensions01/Makefile.am @ 709f38a

5
Last change on this file since 709f38a was 709f38a, checked in by Sebastian Huber <sebastian.huber@…>, on 04/13/16 at 04:48:58

score: Use chain iterator for user extensions

Add a lock and use a chain iterator for safe iteration during concurrent
user extension addition and removal.

Ensure that dynamically added thread delete and fatal extensions are
called in reverse order.

Update #2555.
Update #2692.

  • Property mode set to 100644
File size: 570 bytes
Line 
1rtems_tests_PROGRAMS = spextensions01
2spextensions01_SOURCES = init.c
3
4dist_rtems_tests_DATA = spextensions01.scn spextensions01.doc
5
6include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
7include $(top_srcdir)/../automake/compile.am
8include $(top_srcdir)/../automake/leaf.am
9
10AM_CPPFLAGS += -I$(top_srcdir)/../support/include
11
12LINK_OBJS = $(spextensions01_OBJECTS)
13LINK_LIBS = $(spextensions01_LDLIBS)
14
15spextensions01$(EXEEXT): $(spextensions01_OBJECTS) $(spextensions01_DEPENDENCIES)
16        @rm -f spextensions01$(EXEEXT)
17        $(make-exe)
18
19include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.