summaryrefslogblamecommitdiffstats
path: root/cpukit/score/cpu/no_cpu/Makefile.am
blob: b5f59e56f8583b4d8bdf2c10b83560b6d96171cb (plain) (tree)
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 += cpucounterfrequency.c
libscorecpu_a_SOURCES += cpucounterread.c
libscorecpu_a_SOURCES += cpuidle.c
libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)

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