summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rw-r--r--make/Templates/Makefile.inc.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/make/Templates/Makefile.inc.in b/make/Templates/Makefile.inc.in
index 6fd57a5f3f..b2b0ec4ba5 100644
--- a/make/Templates/Makefile.inc.in
+++ b/make/Templates/Makefile.inc.in
@@ -40,9 +40,10 @@ RTEMS_HAS_CPLUSPLUS = @RTEMS_HAS_CPLUSPLUS@
RTEMS_USE_GCC272 = @RTEMS_USE_GCC272@
RTEMS_LIBC_DIR = @RTEMS_LIBC_DIR@
-# FIXME: This shouldn't be here
-RTEMS_ROOT = $(PROJECT_HOME)
-
export RTEMS_BSP
export RTEMS_CUSTOM
export PROJECT_ROOT
+
+# FIXME: The following shouldn't be here
+RTEMS_ROOT = $(PROJECT_ROOT)
+export RTEMS_ROOT