Changeset 48290fe0 in rtems for c/src/lib/libcpu/mips64orion/timer/Makefile.am
- Timestamp:
- 12/01/03 12:20:12 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 8c27637
- Parents:
- 2c48597d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/mips64orion/timer/Makefile.am
r2c48597d r48290fe0 2 2 ## $Id$ 3 3 ## 4 5 4 6 5 PGM = $(ARCH)/timer.rel … … 10 9 S_FILES = gettime.S 11 10 12 timer_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT)) 11 timer_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) \ 12 $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT)) 13 13 14 14 include $(top_srcdir)/../../../automake/compile.am
Note: See TracChangeset
for help on using the changeset viewer.