summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/epiphany/Makefile.am
blob: 0c75bcdcd50a5e4372b8fbc6644925983e5f3941 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
include $(top_srcdir)/automake/compile.am

CLEANFILES =

noinst_LIBRARIES = libscorecpu.a

libscorecpu_a_SOURCES  = cpu.c
libscorecpu_a_SOURCES += epiphany-exception-handler.S
libscorecpu_a_SOURCES += epiphany-context-switch.S
libscorecpu_a_SOURCES += epiphany-context-initialize.c
libscorecpu_a_SOURCES += ../no_cpu/cpucounterfrequency.c
libscorecpu_a_SOURCES += setjmp.S

libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)

all-local: $(PREINSTALL_FILES)

include $(top_srcdir)/automake/local.am
include $(srcdir)/headers.am