Changeset f9f0582 in rtems
- Timestamp:
- Nov 7, 2005, 10:36:38 AM (15 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- a93b5481
- Parents:
- 933e0fd4
- Location:
- testsuites/samples/base_mp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/samples/base_mp/node1/Makefile.am
r933e0fd4 rf9f0582 10 10 11 11 noinst_LIBRARIES = lib.a 12 lib_a_SOURCES = ../init.c ../apptask.c system.h12 lib_a_SOURCES = ../init.c ../apptask.c ../system.h 13 13 14 14 DOCTYPES = doc scn -
testsuites/samples/base_mp/node2/Makefile.am
r933e0fd4 rf9f0582 10 10 11 11 noinst_LIBRARIES = lib.a 12 lib_a_SOURCES = ../init.c ../apptask.c system.h12 lib_a_SOURCES = ../init.c ../apptask.c ../system.h 13 13 14 14 DOCTYPES = doc scn
Note: See TracChangeset
for help on using the changeset viewer.