summaryrefslogtreecommitdiffstats
path: root/c/src/tests/tmtests
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/tests/tmtests')
-rw-r--r--c/src/tests/tmtests/Makefile.in2
-rw-r--r--c/src/tests/tmtests/include/Makefile.in2
-rw-r--r--c/src/tests/tmtests/tm01/Makefile.in2
-rw-r--r--c/src/tests/tmtests/tm02/Makefile.in2
-rw-r--r--c/src/tests/tmtests/tm03/Makefile.in2
-rw-r--r--c/src/tests/tmtests/tm04/Makefile.in2
-rw-r--r--c/src/tests/tmtests/tm05/Makefile.in2
-rw-r--r--c/src/tests/tmtests/tm06/Makefile.in2
-rw-r--r--c/src/tests/tmtests/tm07/Makefile.in2
-rw-r--r--c/src/tests/tmtests/tm08/Makefile.in2
-rw-r--r--c/src/tests/tmtests/tm09/Makefile.in2
-rw-r--r--c/src/tests/tmtests/tm10/Makefile.in2
-rw-r--r--c/src/tests/tmtests/tm11/Makefile.in2
-rw-r--r--c/src/tests/tmtests/tm12/Makefile.in2
-rw-r--r--c/src/tests/tmtests/tm13/Makefile.in2
-rw-r--r--c/src/tests/tmtests/tm14/Makefile.in2
-rw-r--r--c/src/tests/tmtests/tm15/Makefile.in2
-rw-r--r--c/src/tests/tmtests/tm16/Makefile.in2
-rw-r--r--c/src/tests/tmtests/tm17/Makefile.in2
-rw-r--r--c/src/tests/tmtests/tm18/Makefile.in2
-rw-r--r--c/src/tests/tmtests/tm19/Makefile.in2
-rw-r--r--c/src/tests/tmtests/tm20/Makefile.in2
-rw-r--r--c/src/tests/tmtests/tm21/Makefile.in2
-rw-r--r--c/src/tests/tmtests/tm22/Makefile.in2
-rw-r--r--c/src/tests/tmtests/tm23/Makefile.in2
-rw-r--r--c/src/tests/tmtests/tm24/Makefile.in2
-rw-r--r--c/src/tests/tmtests/tm25/Makefile.in2
-rw-r--r--c/src/tests/tmtests/tm26/Makefile.in2
-rw-r--r--c/src/tests/tmtests/tm27/Makefile.in2
-rw-r--r--c/src/tests/tmtests/tm28/Makefile.in2
-rw-r--r--c/src/tests/tmtests/tm29/Makefile.in2
-rw-r--r--c/src/tests/tmtests/tmck/Makefile.in2
-rw-r--r--c/src/tests/tmtests/tmoverhd/Makefile.in2
33 files changed, 33 insertions, 33 deletions
diff --git a/c/src/tests/tmtests/Makefile.in b/c/src/tests/tmtests/Makefile.in
index 393082c136..73437976d2 100644
--- a/c/src/tests/tmtests/Makefile.in
+++ b/c/src/tests/tmtests/Makefile.in
@@ -11,7 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_CUSTOM)
-include $(PROJECT_ROOT)/make/directory.cfg
+include $(RTEMS_ROOT)/make/directory.cfg
all: README
diff --git a/c/src/tests/tmtests/include/Makefile.in b/c/src/tests/tmtests/include/Makefile.in
index 00394a5275..2c5270e011 100644
--- a/c/src/tests/tmtests/include/Makefile.in
+++ b/c/src/tests/tmtests/include/Makefile.in
@@ -17,7 +17,7 @@ SYS_H_FILES=
SRCS=$(H_FILES) $(SYS_H_FILES)
include $(RTEMS_CUSTOM)
-include $(PROJECT_ROOT)/make/leaf.cfg
+include $(RTEMS_ROOT)/make/leaf.cfg
CLEAN_ADDITIONS +=
CLOBBER_ADDITIONS +=
diff --git a/c/src/tests/tmtests/tm01/Makefile.in b/c/src/tests/tmtests/tm01/Makefile.in
index 20be647f6f..624231d6e5 100644
--- a/c/src/tests/tmtests/tm01/Makefile.in
+++ b/c/src/tests/tmtests/tm01/Makefile.in
@@ -32,7 +32,7 @@ PRINT_SRCS=$(DOCS)
PGM=${ARCH}/$(TEST).exe
include $(RTEMS_CUSTOM)
-include $(PROJECT_ROOT)/make/leaf.cfg
+include $(RTEMS_ROOT)/make/leaf.cfg
#
# (OPTIONAL) Add local stuff here using +=
diff --git a/c/src/tests/tmtests/tm02/Makefile.in b/c/src/tests/tmtests/tm02/Makefile.in
index a0e66bc3b2..4e83528582 100644
--- a/c/src/tests/tmtests/tm02/Makefile.in
+++ b/c/src/tests/tmtests/tm02/Makefile.in
@@ -32,7 +32,7 @@ PRINT_SRCS=$(DOCS)
PGM=${ARCH}/$(TEST).exe
include $(RTEMS_CUSTOM)
-include $(PROJECT_ROOT)/make/leaf.cfg
+include $(RTEMS_ROOT)/make/leaf.cfg
#
# (OPTIONAL) Add local stuff here using +=
diff --git a/c/src/tests/tmtests/tm03/Makefile.in b/c/src/tests/tmtests/tm03/Makefile.in
index de2c9d0457..c2fe306ec3 100644
--- a/c/src/tests/tmtests/tm03/Makefile.in
+++ b/c/src/tests/tmtests/tm03/Makefile.in
@@ -32,7 +32,7 @@ PRINT_SRCS=$(DOCS)
PGM=${ARCH}/$(TEST).exe
include $(RTEMS_CUSTOM)
-include $(PROJECT_ROOT)/make/leaf.cfg
+include $(RTEMS_ROOT)/make/leaf.cfg
#
# (OPTIONAL) Add local stuff here using +=
diff --git a/c/src/tests/tmtests/tm04/Makefile.in b/c/src/tests/tmtests/tm04/Makefile.in
index e5fec48b78..71900a86d7 100644
--- a/c/src/tests/tmtests/tm04/Makefile.in
+++ b/c/src/tests/tmtests/tm04/Makefile.in
@@ -32,7 +32,7 @@ PRINT_SRCS=$(DOCS)
PGM=${ARCH}/$(TEST).exe
include $(RTEMS_CUSTOM)
-include $(PROJECT_ROOT)/make/leaf.cfg
+include $(RTEMS_ROOT)/make/leaf.cfg
#
# (OPTIONAL) Add local stuff here using +=
diff --git a/c/src/tests/tmtests/tm05/Makefile.in b/c/src/tests/tmtests/tm05/Makefile.in
index 63db09f69e..1eae878baa 100644
--- a/c/src/tests/tmtests/tm05/Makefile.in
+++ b/c/src/tests/tmtests/tm05/Makefile.in
@@ -32,7 +32,7 @@ PRINT_SRCS=$(DOCS)
PGM=${ARCH}/$(TEST).exe
include $(RTEMS_CUSTOM)
-include $(PROJECT_ROOT)/make/leaf.cfg
+include $(RTEMS_ROOT)/make/leaf.cfg
#
# (OPTIONAL) Add local stuff here using +=
diff --git a/c/src/tests/tmtests/tm06/Makefile.in b/c/src/tests/tmtests/tm06/Makefile.in
index 32b0f533f9..28a1d11002 100644
--- a/c/src/tests/tmtests/tm06/Makefile.in
+++ b/c/src/tests/tmtests/tm06/Makefile.in
@@ -32,7 +32,7 @@ PRINT_SRCS=$(DOCS)
PGM=${ARCH}/$(TEST).exe
include $(RTEMS_CUSTOM)
-include $(PROJECT_ROOT)/make/leaf.cfg
+include $(RTEMS_ROOT)/make/leaf.cfg
#
# (OPTIONAL) Add local stuff here using +=
diff --git a/c/src/tests/tmtests/tm07/Makefile.in b/c/src/tests/tmtests/tm07/Makefile.in
index d82e467aa5..f84645ae70 100644
--- a/c/src/tests/tmtests/tm07/Makefile.in
+++ b/c/src/tests/tmtests/tm07/Makefile.in
@@ -32,7 +32,7 @@ PRINT_SRCS=$(DOCS)
PGM=${ARCH}/$(TEST).exe
include $(RTEMS_CUSTOM)
-include $(PROJECT_ROOT)/make/leaf.cfg
+include $(RTEMS_ROOT)/make/leaf.cfg
#
# (OPTIONAL) Add local stuff here using +=
diff --git a/c/src/tests/tmtests/tm08/Makefile.in b/c/src/tests/tmtests/tm08/Makefile.in
index 21269e2ea0..ffd6468d04 100644
--- a/c/src/tests/tmtests/tm08/Makefile.in
+++ b/c/src/tests/tmtests/tm08/Makefile.in
@@ -32,7 +32,7 @@ PRINT_SRCS=$(DOCS)
PGM=${ARCH}/$(TEST).exe
include $(RTEMS_CUSTOM)
-include $(PROJECT_ROOT)/make/leaf.cfg
+include $(RTEMS_ROOT)/make/leaf.cfg
#
# (OPTIONAL) Add local stuff here using +=
diff --git a/c/src/tests/tmtests/tm09/Makefile.in b/c/src/tests/tmtests/tm09/Makefile.in
index 1147efabab..441841ec6c 100644
--- a/c/src/tests/tmtests/tm09/Makefile.in
+++ b/c/src/tests/tmtests/tm09/Makefile.in
@@ -32,7 +32,7 @@ PRINT_SRCS=$(DOCS)
PGM=${ARCH}/$(TEST).exe
include $(RTEMS_CUSTOM)
-include $(PROJECT_ROOT)/make/leaf.cfg
+include $(RTEMS_ROOT)/make/leaf.cfg
#
# (OPTIONAL) Add local stuff here using +=
diff --git a/c/src/tests/tmtests/tm10/Makefile.in b/c/src/tests/tmtests/tm10/Makefile.in
index 83bf721545..e0f895cc6a 100644
--- a/c/src/tests/tmtests/tm10/Makefile.in
+++ b/c/src/tests/tmtests/tm10/Makefile.in
@@ -32,7 +32,7 @@ PRINT_SRCS=$(DOCS)
PGM=${ARCH}/$(TEST).exe
include $(RTEMS_CUSTOM)
-include $(PROJECT_ROOT)/make/leaf.cfg
+include $(RTEMS_ROOT)/make/leaf.cfg
#
# (OPTIONAL) Add local stuff here using +=
diff --git a/c/src/tests/tmtests/tm11/Makefile.in b/c/src/tests/tmtests/tm11/Makefile.in
index 2fbfdec8d3..f0fc052237 100644
--- a/c/src/tests/tmtests/tm11/Makefile.in
+++ b/c/src/tests/tmtests/tm11/Makefile.in
@@ -32,7 +32,7 @@ PRINT_SRCS=$(DOCS)
PGM=${ARCH}/$(TEST).exe
include $(RTEMS_CUSTOM)
-include $(PROJECT_ROOT)/make/leaf.cfg
+include $(RTEMS_ROOT)/make/leaf.cfg
#
# (OPTIONAL) Add local stuff here using +=
diff --git a/c/src/tests/tmtests/tm12/Makefile.in b/c/src/tests/tmtests/tm12/Makefile.in
index beeea0847a..57bdb0b521 100644
--- a/c/src/tests/tmtests/tm12/Makefile.in
+++ b/c/src/tests/tmtests/tm12/Makefile.in
@@ -32,7 +32,7 @@ PRINT_SRCS=$(DOCS)
PGM=${ARCH}/$(TEST).exe
include $(RTEMS_CUSTOM)
-include $(PROJECT_ROOT)/make/leaf.cfg
+include $(RTEMS_ROOT)/make/leaf.cfg
#
# (OPTIONAL) Add local stuff here using +=
diff --git a/c/src/tests/tmtests/tm13/Makefile.in b/c/src/tests/tmtests/tm13/Makefile.in
index 503e74447e..a206f0ec01 100644
--- a/c/src/tests/tmtests/tm13/Makefile.in
+++ b/c/src/tests/tmtests/tm13/Makefile.in
@@ -32,7 +32,7 @@ PRINT_SRCS=$(DOCS)
PGM=${ARCH}/$(TEST).exe
include $(RTEMS_CUSTOM)
-include $(PROJECT_ROOT)/make/leaf.cfg
+include $(RTEMS_ROOT)/make/leaf.cfg
#
# (OPTIONAL) Add local stuff here using +=
diff --git a/c/src/tests/tmtests/tm14/Makefile.in b/c/src/tests/tmtests/tm14/Makefile.in
index 0e03b9eff5..7a09622b18 100644
--- a/c/src/tests/tmtests/tm14/Makefile.in
+++ b/c/src/tests/tmtests/tm14/Makefile.in
@@ -32,7 +32,7 @@ PRINT_SRCS=$(DOCS)
PGM=${ARCH}/$(TEST).exe
include $(RTEMS_CUSTOM)
-include $(PROJECT_ROOT)/make/leaf.cfg
+include $(RTEMS_ROOT)/make/leaf.cfg
#
# (OPTIONAL) Add local stuff here using +=
diff --git a/c/src/tests/tmtests/tm15/Makefile.in b/c/src/tests/tmtests/tm15/Makefile.in
index 2c2e0d4bbf..c53b0d4cca 100644
--- a/c/src/tests/tmtests/tm15/Makefile.in
+++ b/c/src/tests/tmtests/tm15/Makefile.in
@@ -32,7 +32,7 @@ PRINT_SRCS=$(DOCS)
PGM=${ARCH}/$(TEST).exe
include $(RTEMS_CUSTOM)
-include $(PROJECT_ROOT)/make/leaf.cfg
+include $(RTEMS_ROOT)/make/leaf.cfg
#
# (OPTIONAL) Add local stuff here using +=
diff --git a/c/src/tests/tmtests/tm16/Makefile.in b/c/src/tests/tmtests/tm16/Makefile.in
index 7b78cdcdf4..890f9c7e03 100644
--- a/c/src/tests/tmtests/tm16/Makefile.in
+++ b/c/src/tests/tmtests/tm16/Makefile.in
@@ -32,7 +32,7 @@ PRINT_SRCS=$(DOCS)
PGM=${ARCH}/$(TEST).exe
include $(RTEMS_CUSTOM)
-include $(PROJECT_ROOT)/make/leaf.cfg
+include $(RTEMS_ROOT)/make/leaf.cfg
#
# (OPTIONAL) Add local stuff here using +=
diff --git a/c/src/tests/tmtests/tm17/Makefile.in b/c/src/tests/tmtests/tm17/Makefile.in
index 1f88fe9753..2f406ef7a7 100644
--- a/c/src/tests/tmtests/tm17/Makefile.in
+++ b/c/src/tests/tmtests/tm17/Makefile.in
@@ -32,7 +32,7 @@ PRINT_SRCS=$(DOCS)
PGM=${ARCH}/$(TEST).exe
include $(RTEMS_CUSTOM)
-include $(PROJECT_ROOT)/make/leaf.cfg
+include $(RTEMS_ROOT)/make/leaf.cfg
#
# (OPTIONAL) Add local stuff here using +=
diff --git a/c/src/tests/tmtests/tm18/Makefile.in b/c/src/tests/tmtests/tm18/Makefile.in
index 26b99f4628..22edd09117 100644
--- a/c/src/tests/tmtests/tm18/Makefile.in
+++ b/c/src/tests/tmtests/tm18/Makefile.in
@@ -32,7 +32,7 @@ PRINT_SRCS=$(DOCS)
PGM=${ARCH}/$(TEST).exe
include $(RTEMS_CUSTOM)
-include $(PROJECT_ROOT)/make/leaf.cfg
+include $(RTEMS_ROOT)/make/leaf.cfg
#
# (OPTIONAL) Add local stuff here using +=
diff --git a/c/src/tests/tmtests/tm19/Makefile.in b/c/src/tests/tmtests/tm19/Makefile.in
index 9d49818fbb..8cf3abef4d 100644
--- a/c/src/tests/tmtests/tm19/Makefile.in
+++ b/c/src/tests/tmtests/tm19/Makefile.in
@@ -32,7 +32,7 @@ PRINT_SRCS=$(DOCS)
PGM=${ARCH}/$(TEST).exe
include $(RTEMS_CUSTOM)
-include $(PROJECT_ROOT)/make/leaf.cfg
+include $(RTEMS_ROOT)/make/leaf.cfg
#
# (OPTIONAL) Add local stuff here using +=
diff --git a/c/src/tests/tmtests/tm20/Makefile.in b/c/src/tests/tmtests/tm20/Makefile.in
index c86db35f2f..0c9b9c39fc 100644
--- a/c/src/tests/tmtests/tm20/Makefile.in
+++ b/c/src/tests/tmtests/tm20/Makefile.in
@@ -32,7 +32,7 @@ PRINT_SRCS=$(DOCS)
PGM=${ARCH}/$(TEST).exe
include $(RTEMS_CUSTOM)
-include $(PROJECT_ROOT)/make/leaf.cfg
+include $(RTEMS_ROOT)/make/leaf.cfg
#
# (OPTIONAL) Add local stuff here using +=
diff --git a/c/src/tests/tmtests/tm21/Makefile.in b/c/src/tests/tmtests/tm21/Makefile.in
index befa15d662..1fe54c8c9e 100644
--- a/c/src/tests/tmtests/tm21/Makefile.in
+++ b/c/src/tests/tmtests/tm21/Makefile.in
@@ -32,7 +32,7 @@ PRINT_SRCS=$(DOCS)
PGM=${ARCH}/$(TEST).exe
include $(RTEMS_CUSTOM)
-include $(PROJECT_ROOT)/make/leaf.cfg
+include $(RTEMS_ROOT)/make/leaf.cfg
#
# (OPTIONAL) Add local stuff here using +=
diff --git a/c/src/tests/tmtests/tm22/Makefile.in b/c/src/tests/tmtests/tm22/Makefile.in
index bf92507e52..b58669138b 100644
--- a/c/src/tests/tmtests/tm22/Makefile.in
+++ b/c/src/tests/tmtests/tm22/Makefile.in
@@ -32,7 +32,7 @@ PRINT_SRCS=$(DOCS)
PGM=${ARCH}/$(TEST).exe
include $(RTEMS_CUSTOM)
-include $(PROJECT_ROOT)/make/leaf.cfg
+include $(RTEMS_ROOT)/make/leaf.cfg
#
# (OPTIONAL) Add local stuff here using +=
diff --git a/c/src/tests/tmtests/tm23/Makefile.in b/c/src/tests/tmtests/tm23/Makefile.in
index b1086867bb..2118032322 100644
--- a/c/src/tests/tmtests/tm23/Makefile.in
+++ b/c/src/tests/tmtests/tm23/Makefile.in
@@ -32,7 +32,7 @@ PRINT_SRCS=$(DOCS)
PGM=${ARCH}/$(TEST).exe
include $(RTEMS_CUSTOM)
-include $(PROJECT_ROOT)/make/leaf.cfg
+include $(RTEMS_ROOT)/make/leaf.cfg
#
# (OPTIONAL) Add local stuff here using +=
diff --git a/c/src/tests/tmtests/tm24/Makefile.in b/c/src/tests/tmtests/tm24/Makefile.in
index 3bd19b3e30..82455e4ba2 100644
--- a/c/src/tests/tmtests/tm24/Makefile.in
+++ b/c/src/tests/tmtests/tm24/Makefile.in
@@ -32,7 +32,7 @@ PRINT_SRCS=$(DOCS)
PGM=${ARCH}/$(TEST).exe
include $(RTEMS_CUSTOM)
-include $(PROJECT_ROOT)/make/leaf.cfg
+include $(RTEMS_ROOT)/make/leaf.cfg
#
# (OPTIONAL) Add local stuff here using +=
diff --git a/c/src/tests/tmtests/tm25/Makefile.in b/c/src/tests/tmtests/tm25/Makefile.in
index 0f259a2472..e76a12ec39 100644
--- a/c/src/tests/tmtests/tm25/Makefile.in
+++ b/c/src/tests/tmtests/tm25/Makefile.in
@@ -32,7 +32,7 @@ PRINT_SRCS=$(DOCS)
PGM=${ARCH}/$(TEST).exe
include $(RTEMS_CUSTOM)
-include $(PROJECT_ROOT)/make/leaf.cfg
+include $(RTEMS_ROOT)/make/leaf.cfg
#
# (OPTIONAL) Add local stuff here using +=
diff --git a/c/src/tests/tmtests/tm26/Makefile.in b/c/src/tests/tmtests/tm26/Makefile.in
index 5593bcd6d8..11242ead7e 100644
--- a/c/src/tests/tmtests/tm26/Makefile.in
+++ b/c/src/tests/tmtests/tm26/Makefile.in
@@ -32,7 +32,7 @@ PRINT_SRCS=$(DOCS)
PGM=${ARCH}/$(TEST).exe
include $(RTEMS_CUSTOM)
-include $(PROJECT_ROOT)/make/leaf.cfg
+include $(RTEMS_ROOT)/make/leaf.cfg
#
# (OPTIONAL) Add local stuff here using +=
diff --git a/c/src/tests/tmtests/tm27/Makefile.in b/c/src/tests/tmtests/tm27/Makefile.in
index c483221a09..30a8751cfc 100644
--- a/c/src/tests/tmtests/tm27/Makefile.in
+++ b/c/src/tests/tmtests/tm27/Makefile.in
@@ -32,7 +32,7 @@ PRINT_SRCS=$(DOCS)
PGM=${ARCH}/$(TEST).exe
include $(RTEMS_CUSTOM)
-include $(PROJECT_ROOT)/make/leaf.cfg
+include $(RTEMS_ROOT)/make/leaf.cfg
#
# (OPTIONAL) Add local stuff here using +=
diff --git a/c/src/tests/tmtests/tm28/Makefile.in b/c/src/tests/tmtests/tm28/Makefile.in
index 4f7fa5255f..2c3960875f 100644
--- a/c/src/tests/tmtests/tm28/Makefile.in
+++ b/c/src/tests/tmtests/tm28/Makefile.in
@@ -32,7 +32,7 @@ PRINT_SRCS=$(DOCS)
PGM=${ARCH}/$(TEST).exe
include $(RTEMS_CUSTOM)
-include $(PROJECT_ROOT)/make/leaf.cfg
+include $(RTEMS_ROOT)/make/leaf.cfg
#
# (OPTIONAL) Add local stuff here using +=
diff --git a/c/src/tests/tmtests/tm29/Makefile.in b/c/src/tests/tmtests/tm29/Makefile.in
index c6a59be419..623b00dee9 100644
--- a/c/src/tests/tmtests/tm29/Makefile.in
+++ b/c/src/tests/tmtests/tm29/Makefile.in
@@ -32,7 +32,7 @@ PRINT_SRCS=$(DOCS)
PGM=${ARCH}/$(TEST).exe
include $(RTEMS_CUSTOM)
-include $(PROJECT_ROOT)/make/leaf.cfg
+include $(RTEMS_ROOT)/make/leaf.cfg
#
# (OPTIONAL) Add local stuff here using +=
diff --git a/c/src/tests/tmtests/tmck/Makefile.in b/c/src/tests/tmtests/tmck/Makefile.in
index 960af5904a..de6aeabc0d 100644
--- a/c/src/tests/tmtests/tmck/Makefile.in
+++ b/c/src/tests/tmtests/tmck/Makefile.in
@@ -32,7 +32,7 @@ PRINT_SRCS=$(DOCS)
PGM=${ARCH}/$(TEST).exe
include $(RTEMS_CUSTOM)
-include $(PROJECT_ROOT)/make/leaf.cfg
+include $(RTEMS_ROOT)/make/leaf.cfg
#
# (OPTIONAL) Add local stuff here using +=
diff --git a/c/src/tests/tmtests/tmoverhd/Makefile.in b/c/src/tests/tmtests/tmoverhd/Makefile.in
index 3906b2eb81..d559e7969e 100644
--- a/c/src/tests/tmtests/tmoverhd/Makefile.in
+++ b/c/src/tests/tmtests/tmoverhd/Makefile.in
@@ -32,7 +32,7 @@ PRINT_SRCS=$(DOCS)
PGM=${ARCH}/$(TEST).exe
include $(RTEMS_CUSTOM)
-include $(PROJECT_ROOT)/make/leaf.cfg
+include $(RTEMS_ROOT)/make/leaf.cfg
#
# (OPTIONAL) Add local stuff here using +=