source: rtems/cpukit/score/cpu/m68k/Makefile.am @ 6cdaa85

5
Last change on this file since 6cdaa85 was 65f868c, checked in by Sebastian Huber <sebastian.huber@…>, on 05/23/18 at 12:17:25

Add _CPU_Counter_frequency()

Add rtems_counter_frequency() API function. Use it to initialize the
counter value converter via the new system initialization step
(RTEMS_SYSINIT_CPU_COUNTER). This decouples the counter implementation
and the counter converter. It avoids an unnecessary pull in of the
64-bit integer division from libgcc.

Update #3456.

  • Property mode set to 100644
File size: 432 bytes
Line 
1include $(top_srcdir)/automake/compile.am
2
3noinst_LIBRARIES = libscorecpu.a
4libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
5
6libscorecpu_a_SOURCES = cpu.c cpu_asm.S
7libscorecpu_a_SOURCES += ../no_cpu/cpucounterfrequency.c
8libscorecpu_a_SOURCES += ../no_cpu/cpucounterread.c
9libscorecpu_a_SOURCES += m68k-exception-frame-print.c
10libscorecpu_a_SOURCES += __m68k_read_tp.c
11
12include $(top_srcdir)/automake/local.am
13include $(srcdir)/headers.am
Note: See TracBrowser for help on using the repository browser.