source: rtems/cpukit/score/cpu/epiphany/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: 475 bytes
RevLine 
[66a5000d]1include $(top_srcdir)/automake/compile.am
2
3CLEANFILES =
4
5noinst_LIBRARIES = libscorecpu.a
6
7libscorecpu_a_SOURCES  = cpu.c
8libscorecpu_a_SOURCES += epiphany-exception-handler.S
9libscorecpu_a_SOURCES += epiphany-context-switch.S
10libscorecpu_a_SOURCES += epiphany-context-initialize.c
[65f868c]11libscorecpu_a_SOURCES += ../no_cpu/cpucounterfrequency.c
[1c64c688]12libscorecpu_a_SOURCES += setjmp.S
[66a5000d]13
14all-local: $(PREINSTALL_FILES)
15
16include $(top_srcdir)/automake/local.am
[2afb22b]17include $(srcdir)/headers.am
Note: See TracBrowser for help on using the repository browser.