From d66a6cbf66a8d91196a34511e36840db1c112708 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 25 Sep 2008 19:32:41 +0000 Subject: 2008-09-25 Joel Sherrill * Makefile.am: Move duplicated context switch code to score/cpu. This has been used to run tests on the simulator BSP as SH1, SH2, and SH4. * context.c: New file. --- cpukit/score/cpu/sh/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/cpu/sh/Makefile.am') diff --git a/cpukit/score/cpu/sh/Makefile.am b/cpukit/score/cpu/sh/Makefile.am index 8ce6a27ea3..02ab7af758 100644 --- a/cpukit/score/cpu/sh/Makefile.am +++ b/cpukit/score/cpu/sh/Makefile.am @@ -12,7 +12,7 @@ include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/types.h \ rtems/score/sh.h rtems/score/sh_io.h noinst_LIBRARIES = libscorecpu.a -libscorecpu_a_SOURCES = cpu.c +libscorecpu_a_SOURCES = cpu.c context.c libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS) include $(srcdir)/preinstall.am -- cgit v1.2.3