source: rtems/cpukit/score/cpu/sparc/Makefile.am @ 7633f5b

5
Last change on this file since 7633f5b was 8b5778e, checked in by Sebastian Huber <sebastian.huber@…>, on 03/12/18 at 05:37:36

sparc: Move libcpu content to cpukit

This patch is a part of the BSP source reorganization.

Update #3285.

  • Property mode set to 100644
File size: 535 bytes
Line 
1include $(top_srcdir)/automake/compile.am
2
3noinst_LIBRARIES = libscorecpu.a
4libscorecpu_a_SOURCES =
5libscorecpu_a_SOURCES += access_le.c
6libscorecpu_a_SOURCES += access.S
7libscorecpu_a_SOURCES += cpu.c
8libscorecpu_a_SOURCES += sparc-context-validate.S
9libscorecpu_a_SOURCES += sparc-context-volatile-clobber.S
10libscorecpu_a_SOURCES += sparc-counter-asm.S
11libscorecpu_a_SOURCES += sparc-counter.c
12libscorecpu_a_SOURCES += syscall.S
13libscorecpu_a_SOURCES += window.S
14
15include $(top_srcdir)/automake/local.am
16include $(srcdir)/headers.am
Note: See TracBrowser for help on using the repository browser.