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

4.9
Last change on this file since d0279f6e was db507c16, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/07/08 at 15:24:36

Merge thumb/Makefile.am.

  • Property mode set to 100644
File size: 527 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 cpu_asm.S
15libscorecpu_a_SOURCES += thumb/thumb_isr.c
16
17include $(srcdir)/preinstall.am
18include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.