source: rtems/cpukit/score/cpu/sparc/Makefile.am @ 1c59cad

4.115
Last change on this file since 1c59cad was 1c59cad, checked in by Alexander Krutwig <alexander.krutwig@…>, on 04/24/15 at 14:05:50

sparc: Add support for sptests/spcontext01

Implement _CPU_Context_validate() and _CPU_Context_volatile_clobber().

Update #2270.

  • Property mode set to 100644
File size: 753 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 += sparc-context-volatile-clobber.S
15libscorecpu_a_SOURCES += sparc-context-validate.S
16libscorecpu_a_SOURCES += sparc-counter.c
17libscorecpu_a_SOURCES += sparcv8-atomic.c
18libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
19
20include $(srcdir)/preinstall.am
21include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.