Changeset bb56b9f1 in rtems
- Timestamp:
- 03/05/01 22:48:31 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 98f3cfa
- Parents:
- bb621b0
- Location:
- c/src/lib/libcpu/mips64orion
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/mips64orion/ChangeLog
rbb621b0 rbb56b9f1 1 2001-03-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * clock/Makefile.am: Apply *_HEADERS instead of *H_FILES. 4 1 5 2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libcpu/mips64orion/clock/Makefile.am
rbb621b0 rbb56b9f1 11 11 S_FILES = clock.S 12 12 13 H_FILES = clock.h13 noinst_HEADERS = clock.h 14 14 15 15 clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o) $(S_FILES:%.S=$(ARCH)/%.o)
Note: See TracChangeset
for help on using the changeset viewer.