source: rtems/cpukit/score/cpu/arm/Makefile.am @ 03a699d

4.104.114.95
Last change on this file since 03a699d was 661e5de4, checked in by Joel Sherrill <joel.sherrill@…>, on 11/06/07 at 22:51:08

2007-11-03 Ray Xu <rayx.cn@…>

  • cpu.c, cpu_asm.S, score/cpu.h : add support for ARM<->THUMB veneer thumb new dir to controll CPSR/SPRS in thumb mode

2007-05-09 Ray Xu <rayx.cn@…>

  • cpu.c: move do_data_abort() to libbsp/arm/shared/abort/ implement a compact do_data_abort() in simple_abort.c
  • Property mode set to 100644
File size: 557 bytes
Line 
1##
2## $Id$
3##
4include $(top_srcdir)/automake/compile.am
5include_rtemsdir = $(includedir)/rtems
6include_rtems_HEADERS = rtems/asm.h
7
8include_rtems_scoredir = $(includedir)/rtems/score
9include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/cpu_asm.h \
10    rtems/score/arm.h rtems/score/types.h
11
12noinst_LIBRARIES = libscorecpu.a
13libscorecpu_a_SOURCES = cpu.c cpu_asm.S
14libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
15SUBDIRS = thumb
16libscorecpu_a_LIBADD = ./thumb/libthumbisr_a-thumb_isr.o
17
18include $(srcdir)/preinstall.am
19include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.