summaryrefslogblamecommitdiffstats
path: root/cpukit/score/cpu/arm/thumb/Makefile.am
blob: b263afae29d9771ee3508bd112c61be0b59148f6 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                         
##
## $Id$
##
include $(top_srcdir)/automake/compile.am

include_rtemsdir = $(includedir)/rtems

noinst_LIBRARIES = libthumbisr.a
libthumbisr_a_SOURCES = thumb_isr.c
libthumbisr_a_CPPFLAGS = $(AM_CPPFLAGS)
#CFLAGS += -marm -mthumb-interwork

include $(top_srcdir)/automake/subdirs.am
include $(top_srcdir)/automake/local.am