summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/m68k/Makefile.am
blob: e02b4ab600e99b1ab3bdc9e4cbbc9b318f10d615 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
include $(top_srcdir)/automake/compile.am

noinst_LIBRARIES = libscorecpu.a
libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)

libscorecpu_a_SOURCES = cpu.c cpu_asm.S
libscorecpu_a_SOURCES += ../no_cpu/cpucounterfrequency.c
libscorecpu_a_SOURCES += ../no_cpu/cpucounterread.c
libscorecpu_a_SOURCES += m68k-exception-frame-print.c
libscorecpu_a_SOURCES += __m68k_read_tp.c

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