From f79d358515106025a97953f004eddd379a676348 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 29 Aug 2000 14:46:18 +0000 Subject: 2000-08-29 Joel Sherrill * Makefile.am: Added S_O_FILES to list of objects. --- c/src/exec/score/cpu/arm/Makefile.am | 2 +- cpukit/score/cpu/arm/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/c/src/exec/score/cpu/arm/Makefile.am b/c/src/exec/score/cpu/arm/Makefile.am index dfc1524683..33835f7620 100644 --- a/c/src/exec/score/cpu/arm/Makefile.am +++ b/c/src/exec/score/cpu/arm/Makefile.am @@ -17,7 +17,7 @@ H_FILES = asm.h REL = $(ARCH)/rtems-cpu.rel -rtems_cpu_rel_OBJECTS = $(C_O_FILES) +rtems_cpu_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES) include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../../../../../automake/lib.am diff --git a/cpukit/score/cpu/arm/Makefile.am b/cpukit/score/cpu/arm/Makefile.am index dfc1524683..33835f7620 100644 --- a/cpukit/score/cpu/arm/Makefile.am +++ b/cpukit/score/cpu/arm/Makefile.am @@ -17,7 +17,7 @@ H_FILES = asm.h REL = $(ARCH)/rtems-cpu.rel -rtems_cpu_rel_OBJECTS = $(C_O_FILES) +rtems_cpu_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES) include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../../../../../automake/lib.am -- cgit v1.2.3