source: rtems/cpukit/score/cpu/lm32/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: 355 bytes
RevLine 
[6b4d0b8]1include $(top_srcdir)/automake/compile.am
2
3noinst_LIBRARIES = libscorecpu.a
[7c4c284c]4libscorecpu_a_SOURCES = cpu.c cpu_asm.S irq.c
[65f868c]5libscorecpu_a_SOURCES += ../no_cpu/cpucounterfrequency.c
[24bf11e]6libscorecpu_a_SOURCES += ../no_cpu/cpucounterread.c
[815994f]7libscorecpu_a_SOURCES += lm32-exception-frame-print.c
[6b4d0b8]8
9include $(top_srcdir)/automake/local.am
[2afb22b]10include $(srcdir)/headers.am
Note: See TracBrowser for help on using the repository browser.