source: rtems/cpukit/score/cpu/arm/thumb/Makefile.am @ 7afd0b13

4.104.114.95
Last change on this file since 7afd0b13 was 7afd0b13, checked in by Joel Sherrill <joel.sherrill@…>, on 11/06/07 at 22:53:06

2007-11-06 Joel Sherrill <joel.sherrill@…>

  • .cvsignore, ChangeLog?, Makefile.am, thumb_isr.c: New files.
  • Property mode set to 100644
File size: 324 bytes
Line 
1##
2## $Id$
3##
4include $(top_srcdir)/automake/compile.am
5
6include_rtemsdir = $(includedir)/rtems
7
8noinst_LIBRARIES = libthumbisr.a
9libthumbisr_a_SOURCES = thumb_isr.c
10libthumbisr_a_CPPFLAGS = $(AM_CPPFLAGS)
11#CFLAGS += -marm -mthumb-interwork
12
13include $(top_srcdir)/automake/subdirs.am
14include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.