summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/lm32/Makefile.am
blob: b867dc008327b5f30505653885094f4239e0ed5e (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 irq.c
libscorecpu_a_SOURCES += ../no_cpu/cpucounterfrequency.c
libscorecpu_a_SOURCES += ../no_cpu/cpucounterread.c
libscorecpu_a_SOURCES += lm32-exception-frame-print.c

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