summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-29 14:46:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-29 14:46:18 +0000
commitf79d358515106025a97953f004eddd379a676348 (patch)
tree9f87d5d3f8e80b8f13873f0780645ba85e112781 /c/src/exec/score
parentAdding ChangeLogs. (diff)
downloadrtems-f79d358515106025a97953f004eddd379a676348.tar.bz2
2000-08-29 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am: Added S_O_FILES to list of objects.
Diffstat (limited to 'c/src/exec/score')
-rw-r--r--c/src/exec/score/cpu/arm/Makefile.am2
1 files changed, 1 insertions, 1 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