source: rtems/cpukit/score/cpu/i386/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: 380 bytes
Line 
1include $(top_srcdir)/automake/compile.am
2
3noinst_LIBRARIES = libscorecpu.a
4libscorecpu_a_SOURCES = cpu.c cpu_asm.S
5libscorecpu_a_SOURCES += ../no_cpu/cpucounterfrequency.c
6libscorecpu_a_SOURCES += ../no_cpu/cpucounterread.c
7libscorecpu_a_SOURCES += ../no_cpu/cpuidle.c
8libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
9
10include $(top_srcdir)/automake/local.am
11include $(srcdir)/headers.am
Note: See TracBrowser for help on using the repository browser.