summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sparc64/Makefile.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-03-12 06:59:15 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-03-13 08:05:40 +0100
commit7633f5b3944a1ed9a7c23efd76602e7240276349 (patch)
tree90126e9dcc9fdfb1a36360164537e7bc5fd429a0 /cpukit/score/cpu/sparc64/Makefile.am
parentsparc: Move libcpu content to cpukit (diff)
downloadrtems-7633f5b3944a1ed9a7c23efd76602e7240276349.tar.bz2
sparc64: Move libcpu content to cpukit
This patch is a part of the BSP source reorganization. Update #3285.
Diffstat (limited to 'cpukit/score/cpu/sparc64/Makefile.am')
-rw-r--r--cpukit/score/cpu/sparc64/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpukit/score/cpu/sparc64/Makefile.am b/cpukit/score/cpu/sparc64/Makefile.am
index 2afd3edead..6cd23f0c95 100644
--- a/cpukit/score/cpu/sparc64/Makefile.am
+++ b/cpukit/score/cpu/sparc64/Makefile.am
@@ -1,13 +1,13 @@
include $(top_srcdir)/automake/compile.am
-#include_rtems_sparc64dir = $(includedir)/rtems/sparc64
-#include_rtems_sparc64_HEADERS =
-
noinst_LIBRARIES = libscorecpu.a
-libscorecpu_a_SOURCES = context.S cpu.c
+libscorecpu_a_SOURCES =
+libscorecpu_a_SOURCES += context.S
+libscorecpu_a_SOURCES += cpu.c
+libscorecpu_a_SOURCES += interrupt.S
libscorecpu_a_SOURCES += ../no_cpu/cpucounterread.c
libscorecpu_a_SOURCES += sparc64-exception-frame-print.c
-libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
+libscorecpu_a_SOURCES += sparc64-syscall.S
include $(top_srcdir)/automake/local.am
include $(srcdir)/headers.am