source: rtems/cpukit/score/cpu/epiphany/Makefile.am @ 28e5749e

5
Last change on this file since 28e5749e was df63fbd1, checked in by Sebastian Huber <sebastian.huber@…>, on 11/04/16 at 12:45:25

score: Add <rtems/score/cpuimpl.h>

The aim of this file is to encapsulate CPU port implementation details.
This helps to hide implementation details from <rtems.h> which
indirectly includes <rtems/score/cpu.h>.

  • Property mode set to 100644
File size: 982 bytes
Line 
1include $(top_srcdir)/automake/compile.am
2
3CLEANFILES =
4DISTCLEANFILES =
5
6include_rtemsdir = $(includedir)/rtems
7
8include_rtems_HEADERS = rtems/asm.h
9
10include_rtems_scoredir = $(includedir)/rtems/score
11
12include_rtems_score_HEADERS =
13include_rtems_score_HEADERS += rtems/score/cpu.h
14include_rtems_score_HEADERS += rtems/score/cpuimpl.h
15include_rtems_score_HEADERS += rtems/score/cpuatomic.h
16include_rtems_score_HEADERS += rtems/score/cpu_asm.h
17include_rtems_score_HEADERS += rtems/score/types.h
18include_rtems_score_HEADERS += rtems/score/epiphany.h
19include_rtems_score_HEADERS += rtems/score/epiphany-utility.h
20
21noinst_LIBRARIES = libscorecpu.a
22
23libscorecpu_a_SOURCES  = cpu.c
24libscorecpu_a_SOURCES += epiphany-exception-handler.S
25libscorecpu_a_SOURCES += epiphany-context-switch.S
26libscorecpu_a_SOURCES += epiphany-context-initialize.c
27
28libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
29
30all-local: $(PREINSTALL_FILES)
31
32include $(srcdir)/preinstall.am
33include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.