source: rtems/cpukit/score/cpu/sparc/Makefile.am @ 9704efb4

5
Last change on this file since 9704efb4 was 7190005, checked in by Sebastian Huber <sebastian.huber@…>, on 01/02/18 at 10:42:48

sparc: Move <libcpu/byteorder.h>

Update #3254.
Update #3260.

  • Property mode set to 100644
File size: 948 bytes
RevLine 
[8bdec9c3]1include $(top_srcdir)/automake/compile.am
[b17cce8]2
[7190005]3include_libcpudir = $(includedir)/libcpu
4include_libcpu_HEADERS = include/libcpu/byteorder.h
5
[5f8d82b7]6include_rtemsdir = $(includedir)/rtems
[1f24914a]7include_rtems_HEADERS = rtems/asm.h
[b17cce8]8
9include_rtems_scoredir = $(includedir)/rtems/score
[b3eb2fb9]10include_rtems_score_HEADERS = rtems/score/sparc.h
11include_rtems_score_HEADERS += rtems/score/cpu.h
[df63fbd1]12include_rtems_score_HEADERS += rtems/score/cpuimpl.h
[655ce0fb]13include_rtems_score_HEADERS += rtems/score/sparcimpl.h
[b3eb2fb9]14include_rtems_score_HEADERS += rtems/score/types.h
[9b605b28]15include_rtems_score_HEADERS += rtems/score/cpuatomic.h
[b17cce8]16
[f346774d]17noinst_LIBRARIES = libscorecpu.a
[146adb1]18libscorecpu_a_SOURCES = cpu.c
[1c59cad]19libscorecpu_a_SOURCES += sparc-context-volatile-clobber.S
20libscorecpu_a_SOURCES += sparc-context-validate.S
[a4bc90af]21libscorecpu_a_SOURCES += sparc-counter.c
[9460333e]22libscorecpu_a_SOURCES += sparc-counter-asm.S
[2bc236ba]23libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
[b17cce8]24
[babf575]25include $(srcdir)/preinstall.am
[8bdec9c3]26include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.