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
RevLine 
[b17cce8]1##
2## $Id$
3##
[be2ed3e]4include $(top_srcdir)/automake/compile.am
[5f8d82b7]5include_rtemsdir = $(includedir)/rtems
[1f24914a]6include_rtems_HEADERS = rtems/asm.h
[b17cce8]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
[f346774d]12noinst_LIBRARIES = libscorecpu.a
[2bc236ba]13libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
[db507c16]14libscorecpu_a_SOURCES = cpu.c cpu_asm.S
15libscorecpu_a_SOURCES += thumb/thumb_isr.c
[b17cce8]16
[babf575]17include $(srcdir)/preinstall.am
[be2ed3e]18include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.