summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/epiphany/Makefile.am
blob: 9622cf51d838fea3baccf10ee30c6af0af1e70cb (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 =
DISTCLEANFILES =

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 += setjmp.S

libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)

all-local: $(PREINSTALL_FILES)

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