source: rtems/testsuites/sptests/sptimecounter02/Makefile.am @ 7cd2484

4.115
Last change on this file since 7cd2484 was 7cd2484, checked in by Alexander Krutwig <alexander.krutwig@…>, on 05/12/15 at 12:32:47

timecounter: Use in RTEMS

Replace timestamp implementation with FreeBSD bintime and timecounters.

New test sptests/sptimecounter02.

Update #2271.

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