source: rtems/cpukit/score/cpu/lm32/Makefile.am @ 9b605b28

4.115
Last change on this file since 9b605b28 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: 674 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/lm32.h
9include_rtems_score_HEADERS += rtems/score/cpu_asm.h
10include_rtems_score_HEADERS += rtems/score/types.h
11include_rtems_score_HEADERS += rtems/score/cpuatomic.h
12
13noinst_LIBRARIES = libscorecpu.a
14libscorecpu_a_SOURCES = cpu.c cpu_asm.S irq.c
15libscorecpu_a_SOURCES += lm32-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.