Files
rtems/cpukit/score/cpu/sh/Makefile.am
Joel Sherrill d66a6cbf66 2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* 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.
2008-09-25 19:32:41 +00:00

20 lines
483 B
Makefile

##
## $Id$
##
include $(top_srcdir)/automake/compile.am
include_rtemsdir = $(includedir)/rtems
include_rtems_HEADERS = rtems/asm.h
include_rtems_scoredir = $(includedir)/rtems/score
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 context.c
libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
include $(srcdir)/preinstall.am
include $(top_srcdir)/automake/local.am