From db507c1665b7592aa2d4dc8e631c28dc527eeb83 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 7 Sep 2008 15:24:36 +0000 Subject: Merge thumb/Makefile.am. --- cpukit/score/cpu/arm/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'cpukit/score') diff --git a/cpukit/score/cpu/arm/Makefile.am b/cpukit/score/cpu/arm/Makefile.am index f02efb599a..abf5e9dcdc 100644 --- a/cpukit/score/cpu/arm/Makefile.am +++ b/cpukit/score/cpu/arm/Makefile.am @@ -10,10 +10,9 @@ include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/cpu_asm.h \ rtems/score/arm.h rtems/score/types.h noinst_LIBRARIES = libscorecpu.a -libscorecpu_a_SOURCES = cpu.c cpu_asm.S libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS) -SUBDIRS = thumb -libscorecpu_a_LIBADD = ./thumb/libthumbisr_a-thumb_isr.o +libscorecpu_a_SOURCES = cpu.c cpu_asm.S +libscorecpu_a_SOURCES += thumb/thumb_isr.c include $(srcdir)/preinstall.am include $(top_srcdir)/automake/local.am -- cgit v1.2.3