From 9460333e9910471eda010423dcb493f758d997d4 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 20 Jun 2016 10:08:39 +0200 Subject: sparc: Rework CPU counter support Rework CPU counter support to enable use of the GR740 up-counter via %asr22 and %asr23. --- cpukit/score/cpu/sparc/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/score/cpu/sparc/Makefile.am') diff --git a/cpukit/score/cpu/sparc/Makefile.am b/cpukit/score/cpu/sparc/Makefile.am index edebbb6041..11b5d11d7f 100644 --- a/cpukit/score/cpu/sparc/Makefile.am +++ b/cpukit/score/cpu/sparc/Makefile.am @@ -14,6 +14,7 @@ libscorecpu_a_SOURCES = cpu.c cpu_asm.S libscorecpu_a_SOURCES += sparc-context-volatile-clobber.S libscorecpu_a_SOURCES += sparc-context-validate.S libscorecpu_a_SOURCES += sparc-counter.c +libscorecpu_a_SOURCES += sparc-counter-asm.S libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS) include $(srcdir)/preinstall.am -- cgit v1.2.3