source: rtems/cpukit/score/cpu/or1k/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: 667 bytes
Line 
1include $(top_srcdir)/automake/compile.am
2
3CLEANFILES =
4
5noinst_LIBRARIES = libscorecpu.a
6
7libscorecpu_a_SOURCES =
8libscorecpu_a_SOURCES += cpu.c
9libscorecpu_a_SOURCES += ../no_cpu/cpucounterfrequency.c
10libscorecpu_a_SOURCES += or1k-context-initialize.c
11libscorecpu_a_SOURCES += or1k-context-switch.S
12libscorecpu_a_SOURCES += or1k-context-validate.S
13libscorecpu_a_SOURCES += or1k-context-volatile-clobber.S
14libscorecpu_a_SOURCES += or1k-exception-default.c
15libscorecpu_a_SOURCES += or1k-exception-frame-print.c
16libscorecpu_a_SOURCES += or1k-exception-handler-low.S
17
18all-local: $(PREINSTALL_FILES)
19
20include $(top_srcdir)/automake/local.am
21include $(srcdir)/headers.am
Note: See TracBrowser for help on using the repository browser.