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

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

sparc64: Move libcpu content to cpukit

This patch is a part of the BSP source reorganization.

Update #3285.

  • Property mode set to 100644
File size: 425 bytes
RevLine 
[c86da31c]1include $(top_srcdir)/automake/compile.am
2
3noinst_LIBRARIES = libscorecpu.a
[7633f5b]4libscorecpu_a_SOURCES =
5libscorecpu_a_SOURCES += context.S
6libscorecpu_a_SOURCES += cpu.c
7libscorecpu_a_SOURCES += interrupt.S
[24bf11e]8libscorecpu_a_SOURCES += ../no_cpu/cpucounterread.c
[815994f]9libscorecpu_a_SOURCES += sparc64-exception-frame-print.c
[7633f5b]10libscorecpu_a_SOURCES += sparc64-syscall.S
[c86da31c]11
12include $(top_srcdir)/automake/local.am
[2afb22b]13include $(srcdir)/headers.am
Note: See TracBrowser for help on using the repository browser.