summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/bfin/Makefile.am
blob: 151b4beb150b1bc0fa94cc7aecf364e46191d9e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
include $(top_srcdir)/automake/compile.am

noinst_LIBRARIES = libscorecpu.a
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 += bfin-exception-frame-print.c

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