Changeset f79d3585 in rtems
- Timestamp:
- 08/29/00 14:46:18 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- ce6411d6
- Parents:
- 750fa339
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/cpu/arm/Makefile.am
r750fa339 rf79d3585 18 18 REL = $(ARCH)/rtems-cpu.rel 19 19 20 rtems_cpu_rel_OBJECTS = $(C_O_FILES) 20 rtems_cpu_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES) 21 21 22 22 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg -
cpukit/score/cpu/arm/Makefile.am
r750fa339 rf79d3585 18 18 REL = $(ARCH)/rtems-cpu.rel 19 19 20 rtems_cpu_rel_OBJECTS = $(C_O_FILES) 20 rtems_cpu_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES) 21 21 22 22 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
Note: See TracChangeset
for help on using the changeset viewer.