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

5
Last change on this file since ee42943 was 66a5000d, checked in by Hesham ALMatary <heshamelmatary@…>, on 05/21/15 at 16:52:56

cpukit: Add Epiphany architecture port v4

  • Property mode set to 100644
File size: 929 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/cpuatomic.h
15include_rtems_score_HEADERS += rtems/score/cpu_asm.h
16include_rtems_score_HEADERS += rtems/score/types.h
17include_rtems_score_HEADERS += rtems/score/epiphany.h
18include_rtems_score_HEADERS += rtems/score/epiphany-utility.h
19
20noinst_LIBRARIES = libscorecpu.a
21
22libscorecpu_a_SOURCES  = cpu.c
23libscorecpu_a_SOURCES += epiphany-exception-handler.S
24libscorecpu_a_SOURCES += epiphany-context-switch.S
25libscorecpu_a_SOURCES += epiphany-context-initialize.c
26
27libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
28
29all-local: $(PREINSTALL_FILES)
30
31include $(srcdir)/preinstall.am
32include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.