Changeset cb5bfe4 in rtems for c/src/lib/libcpu/mips64orion
- Timestamp:
- Jan 20, 1998, 7:41:09 PM (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- fbaf52eb
- Parents:
- 6d6f1b34
- Location:
- c/src/lib/libcpu/mips64orion
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/mips64orion/Makefile.in
r6d6f1b34 rcb5bfe4 12 12 13 13 include $(RTEMS_CUSTOM) 14 include $( PROJECT_ROOT)/make/directory.cfg14 include $(RTEMS_ROOT)/make/directory.cfg 15 15 16 16 SUB_DIRS=include clock timer -
c/src/lib/libcpu/mips64orion/clock/Makefile.in
r6d6f1b34 rcb5bfe4 29 29 30 30 include $(RTEMS_CUSTOM) 31 include $( PROJECT_ROOT)/make/leaf.cfg31 include $(RTEMS_ROOT)/make/leaf.cfg 32 32 33 33 # -
c/src/lib/libcpu/mips64orion/include/Makefile.in
r6d6f1b34 rcb5bfe4 16 16 17 17 include $(RTEMS_CUSTOM) 18 include $( PROJECT_ROOT)/make/leaf.cfg18 include $(RTEMS_ROOT)/make/leaf.cfg 19 19 20 20 all: FORCEIT -
c/src/lib/libcpu/mips64orion/timer/Makefile.in
r6d6f1b34 rcb5bfe4 31 31 32 32 include $(RTEMS_CUSTOM) 33 include $( PROJECT_ROOT)/make/leaf.cfg33 include $(RTEMS_ROOT)/make/leaf.cfg 34 34 35 35 #
Note: See TracChangeset
for help on using the changeset viewer.