source: rtems/cpukit/score/cpu/sparc/Makefile.am @ 95d0c98

4.115
Last change on this file since 95d0c98 was 0344ce03, checked in by Sebastian Huber <sebastian.huber@…>, on 02/13/14 at 14:43:03

score: Use atomic API for SMP lock

Use a ticket lock implementation based on atomic operations. Delete CPU
port specific SMP lock implementations.

  • Property mode set to 100644
File size: 604 bytes
Line 
1include $(top_srcdir)/automake/compile.am
2
3include_rtemsdir = $(includedir)/rtems
4include_rtems_HEADERS = rtems/asm.h
5
6include_rtems_scoredir = $(includedir)/rtems/score
7include_rtems_score_HEADERS = rtems/score/sparc.h
8include_rtems_score_HEADERS += rtems/score/cpu.h
9include_rtems_score_HEADERS += rtems/score/types.h
10include_rtems_score_HEADERS += rtems/score/cpuatomic.h
11
12noinst_LIBRARIES = libscorecpu.a
13libscorecpu_a_SOURCES = cpu.c cpu_asm.S
14libscorecpu_a_SOURCES += sparcv8-atomic.c
15libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
16
17include $(srcdir)/preinstall.am
18include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.