summaryrefslogtreecommitdiffstats
path: root/c/src/tests/mptests/mp13
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/tests/mptests/mp13')
-rw-r--r--c/src/tests/mptests/mp13/Makefile.in2
-rw-r--r--c/src/tests/mptests/mp13/node1/Makefile.in2
-rw-r--r--c/src/tests/mptests/mp13/node2/Makefile.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/c/src/tests/mptests/mp13/Makefile.in b/c/src/tests/mptests/mp13/Makefile.in
index c91f7a284c..6eb6205261 100644
--- a/c/src/tests/mptests/mp13/Makefile.in
+++ b/c/src/tests/mptests/mp13/Makefile.in
@@ -11,6 +11,6 @@ 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
SUB_DIRS=node1 node2
diff --git a/c/src/tests/mptests/mp13/node1/Makefile.in b/c/src/tests/mptests/mp13/node1/Makefile.in
index 80fd153e5c..3df5360ef9 100644
--- a/c/src/tests/mptests/mp13/node1/Makefile.in
+++ b/c/src/tests/mptests/mp13/node1/Makefile.in
@@ -32,7 +32,7 @@ OBJS=$(C_O_FILES)
PRINT_SRCS=$(DOCS)
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/mptests/mp13/node2/Makefile.in b/c/src/tests/mptests/mp13/node2/Makefile.in
index 2992a7d6ee..6b7100144b 100644
--- a/c/src/tests/mptests/mp13/node2/Makefile.in
+++ b/c/src/tests/mptests/mp13/node2/Makefile.in
@@ -32,7 +32,7 @@ OBJS=$(C_O_FILES)
PRINT_SRCS=$(DOCS)
include $(RTEMS_CUSTOM)
-include $(PROJECT_ROOT)/make/leaf.cfg
+include $(RTEMS_ROOT)/make/leaf.cfg
#
# (OPTIONAL) Add local stuff here using +=