source: rtems/cpukit/score/cpu/or1k/Makefile.am @ 2a11a46f

4.115
Last change on this file since 2a11a46f was 3358d62, checked in by Hesham ALMatary <heshamelmatary@…>, on 03/04/15 at 23:15:41

score/cpu/or1k: Add cpuatomic.h to fix broken build.

4e3d9a4d6c76fba8e31138d503f736405dafc213 broke or1k, cpuatomic.h has to
be added to all architectures.

  • Property mode set to 100644
File size: 1.1 KB
Line 
1include $(top_srcdir)/automake/compile.am
2
3CLEANFILES =
4DISTCLEANFILES =
5
6include_rtemsdir = $(includedir)/rtems
7
8include_rtems_HEADERS = rtems/asm.h
9
10include_rtems_scoredir = $(includedir)/rtems/score
11
12include_rtems_score_HEADERS =
13include_rtems_score_HEADERS += rtems/score/cpu.h
14include_rtems_score_HEADERS += rtems/score/cpuatomic.h
15include_rtems_score_HEADERS += rtems/score/cpu_asm.h
16include_rtems_score_HEADERS += rtems/score/types.h
17include_rtems_score_HEADERS += rtems/score/or1k.h
18include_rtems_score_HEADERS += rtems/score/or1k-utility.h
19
20noinst_LIBRARIES = libscorecpu.a
21
22libscorecpu_a_SOURCES =
23libscorecpu_a_SOURCES += cpu.c
24libscorecpu_a_SOURCES += or1k-context-switch.S
25libscorecpu_a_SOURCES += or1k-context-initialize.c
26libscorecpu_a_SOURCES += or1k-context-validate.S
27libscorecpu_a_SOURCES += or1k-context-volatile-clobber.S
28libscorecpu_a_SOURCES += or1k-exception-default.c
29libscorecpu_a_SOURCES += or1k-exception-frame-print.c
30libscorecpu_a_SOURCES += or1k-exception-handler-low.S
31
32libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
33
34all-local: $(PREINSTALL_FILES)
35
36include $(srcdir)/preinstall.am
37include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.