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

5
Last change on this file since 6cdaa85 was 8776bb9, checked in by Sebastian Huber <sebastian.huber@…>, on 09/26/18 at 04:34:54

score: Remove CPU_PROVIDES_IDLE_THREAD_BODY

Remove the CPU_PROVIDES_IDLE_THREAD_BODY option to avoid unnecessary
conditional compilation.

Close #3539.

  • Property mode set to 100644
File size: 460 bytes
RevLine 
[2d7ae960]1include $(top_srcdir)/automake/compile.am
2
3noinst_LIBRARIES = libscorecpu.a
4libscorecpu_a_SOURCES  = cpu.c
5libscorecpu_a_SOURCES += cpu_asm.S
[65f868c]6libscorecpu_a_SOURCES += ../no_cpu/cpucounterfrequency.c
[24bf11e]7libscorecpu_a_SOURCES += ../no_cpu/cpucounterread.c
[8776bb9]8libscorecpu_a_SOURCES += ../no_cpu/cpuidle.c
[815994f]9libscorecpu_a_SOURCES += v850-exception-frame-print.c
[2d7ae960]10libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
11
12include $(top_srcdir)/automake/local.am
[2afb22b]13include $(srcdir)/headers.am
Note: See TracBrowser for help on using the repository browser.