2000-08-29 Joel Sherrill <joel.sherrill@OARcorp.com>

* Makefile.am: Added S_O_FILES to list of objects.
This commit is contained in:
Joel Sherrill
2000-08-29 14:46:18 +00:00
parent 750fa33928
commit f79d358515
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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