source: rtems/cpukit/score/cpu/arm/Makefile.am @ 13c5cea

4.104.115
Last change on this file since 13c5cea was 632e4306, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 07/17/09 at 13:50:31

exception handler maintenance

  • Property mode set to 100644
File size: 561 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_CPPFLAGS = $(AM_CPPFLAGS)
14libscorecpu_a_SOURCES = cpu.c \
15        cpu_asm.S \
16        arm_exc_interrupt.S \
17        arm_exc_handler_low.S \
18        arm_exc_handler_high.c
19
20include $(srcdir)/preinstall.am
21include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.