source: rtems/cpukit/score/cpu/no_cpu/Makefile.am @ 54c0b57

5
Last change on this file since 54c0b57 was 68e1ccc4, checked in by Sebastian Huber <sebastian.huber@…>, on 09/11/18 at 04:30:20

build: Remove specialized CPPFLAGS

  • Property mode set to 100644
File size: 310 bytes
Line 
1include $(top_srcdir)/automake/compile.am
2
3noinst_LIBRARIES = libscorecpu.a
4libscorecpu_a_SOURCES = cpu.c cpu_asm.c
5libscorecpu_a_SOURCES += cpucounterfrequency.c
6libscorecpu_a_SOURCES += cpucounterread.c
7libscorecpu_a_SOURCES += cpuidle.c
8
9include $(top_srcdir)/automake/local.am
10include $(srcdir)/headers.am
Note: See TracBrowser for help on using the repository browser.