summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sparc64/Makefile.am
diff options
context:
space:
mode:
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