source: rtems/cpukit/score/cpu/sparc/Makefile.am @ 7d066fc

4.115
Last change on this file since 7d066fc was dcd97c7, checked in by Sebastian Huber <sebastian.huber@…>, on 02/14/14 at 11:48:49

sparc: Add atomic support for SPARC V8

Use SWAP instruction with one lock for the system in the SMP case.

  • Property mode set to 100644
File size: 660 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
11include_rtems_score_HEADERS += rtems/score/cpusmplock.h
12
13noinst_LIBRARIES = libscorecpu.a
14libscorecpu_a_SOURCES = cpu.c cpu_asm.S
15libscorecpu_a_SOURCES += sparcv8-atomic.c
16libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
17
18include $(srcdir)/preinstall.am
19include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.