summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp03
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-07 11:08:48 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-07 11:08:48 -0500
commit33a105fb69b1398294e304790c2eb7017f188d1e (patch)
tree97a2723fcc9a4273fc50134b3914569867dca16d /testsuites/mptests/mp03
parentsamples/base_mp - Makefile.am did not set LINK_OBJS (diff)
downloadrtems-33a105fb69b1398294e304790c2eb7017f188d1e.tar.bz2
Revert: Remove CVS Ids
See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
Diffstat (limited to 'testsuites/mptests/mp03')
-rw-r--r--testsuites/mptests/mp03/Makefile.am4
-rw-r--r--testsuites/mptests/mp03/node1/Makefile.am4
-rw-r--r--testsuites/mptests/mp03/node2/Makefile.am4
3 files changed, 12 insertions, 0 deletions
diff --git a/testsuites/mptests/mp03/Makefile.am b/testsuites/mptests/mp03/Makefile.am
index 08a90da412..4665714c9e 100644
--- a/testsuites/mptests/mp03/Makefile.am
+++ b/testsuites/mptests/mp03/Makefile.am
@@ -1,3 +1,7 @@
+##
+## $Id$
+##
+
SUBDIRS = node1 node2
include $(top_srcdir)/../automake/subdirs.am
diff --git a/testsuites/mptests/mp03/node1/Makefile.am b/testsuites/mptests/mp03/node1/Makefile.am
index 7710acdef5..4f1bb19d53 100644
--- a/testsuites/mptests/mp03/node1/Makefile.am
+++ b/testsuites/mptests/mp03/node1/Makefile.am
@@ -1,3 +1,7 @@
+##
+## $Id$
+##
+
rtems_tests_PROGRAMS = mp03-node1
mp03_node1_SOURCES = ../init.c ../task1.c ../delay.c ../system.h
diff --git a/testsuites/mptests/mp03/node2/Makefile.am b/testsuites/mptests/mp03/node2/Makefile.am
index 868dd6c4e7..05107c0e94 100644
--- a/testsuites/mptests/mp03/node2/Makefile.am
+++ b/testsuites/mptests/mp03/node2/Makefile.am
@@ -1,3 +1,7 @@
+##
+## $Id$
+##
+
rtems_tests_PROGRAMS = mp03-node2
mp03_node2_SOURCES = ../init.c ../delay.c ../task1.c ../system.h