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

noinst_LIBRARIES = libscorecpu.a
libscorecpu_a_SOURCES = cpu.c cpu_asm.c
libscorecpu_a_SOURCES += cpucounterread.c
libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)

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