source: rtems/cpukit/score/cpu/v850/Makefile.am @ 502693f5

4.115
Last change on this file since 502693f5 was 9b605b28, checked in by WeiY <wei.a.yang@…>, on 04/23/13 at 16:34:16

Using the generic atomic ops to implement UP mode atomic for all architectures. SMP atomic port will be later.

  • Property mode set to 100644
File size: 664 bytes
Line 
1include $(top_srcdir)/automake/compile.am
2
3include_rtemsdir = $(includedir)/rtems
4include_rtems_HEADERS = rtems/asm.h
5
6include_rtems_scoredir = $(includedir)/rtems/score
7include_rtems_score_HEADERS  = rtems/score/cpu.h
8include_rtems_score_HEADERS += rtems/score/v850.h
9include_rtems_score_HEADERS += rtems/score/cpu_asm.h rtems/score/types.h
10include_rtems_score_HEADERS += rtems/score/cpuatomic.h
11
12noinst_LIBRARIES = libscorecpu.a
13libscorecpu_a_SOURCES  = cpu.c
14libscorecpu_a_SOURCES += cpu_asm.S
15libscorecpu_a_SOURCES += v850-exception-frame-print.c
16libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
17
18include $(srcdir)/preinstall.am
19include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.