source: rtems/cpukit/score/cpu/moxie/Makefile.am @ 68e1ccc4

5
Last change on this file since 68e1ccc4 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: 435 bytes
RevLine 
[ff11282c]1##
2## $Id: Makefile.am,v 1.35 2006/01/12 09:57:43 ralf Exp $
3##
4
5include $(top_srcdir)/automake/compile.am
6
7noinst_LIBRARIES = libscorecpu.a
8libscorecpu_a_SOURCES = cpu.c moxie-exception-frame-print.c cpu_asm.S
[65f868c]9libscorecpu_a_SOURCES += ../no_cpu/cpucounterfrequency.c
[24bf11e]10libscorecpu_a_SOURCES += ../no_cpu/cpucounterread.c
[8776bb9]11libscorecpu_a_SOURCES += ../no_cpu/cpuidle.c
[ff11282c]12
13include $(top_srcdir)/automake/local.am
[2afb22b]14include $(srcdir)/headers.am
Note: See TracBrowser for help on using the repository browser.