summaryrefslogtreecommitdiffstats
path: root/tools/cpu
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-01-20 19:41:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-01-20 19:41:09 +0000
commitcb5bfe40fd18a55e7e6a911fc9ac334b6eb55ef3 (patch)
tree5b6e809da7edcf80a4f38ffb1c575a0d1a17378f /tools/cpu
parentFixed libhwapi to reflect eeprom to non volatile memory rename. (diff)
downloadrtems-cb5bfe40fd18a55e7e6a911fc9ac334b6eb55ef3.tar.bz2
Removed CONFIG_DIR and PROJECT_HOME directories.
Diffstat (limited to 'tools/cpu')
-rw-r--r--tools/cpu/Makefile.in2
-rw-r--r--tools/cpu/generic/Makefile.in2
-rw-r--r--tools/cpu/unix/Makefile.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/cpu/Makefile.in b/tools/cpu/Makefile.in
index a685851614..c45dd64a77 100644
--- a/tools/cpu/Makefile.in
+++ b/tools/cpu/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=generic $(wildcard $(RTEMS_CPU))
diff --git a/tools/cpu/generic/Makefile.in b/tools/cpu/generic/Makefile.in
index 7268fdfebb..5aeeaf871f 100644
--- a/tools/cpu/generic/Makefile.in
+++ b/tools/cpu/generic/Makefile.in
@@ -15,7 +15,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_CUSTOM)
-include $(PROJECT_ROOT)/make/leaf.cfg
+include $(RTEMS_ROOT)/make/leaf.cfg
DESTDIR=$(PROJECT_RELEASE)/bin
diff --git a/tools/cpu/unix/Makefile.in b/tools/cpu/unix/Makefile.in
index f32639d298..9176b7f5b1 100644
--- a/tools/cpu/unix/Makefile.in
+++ b/tools/cpu/unix/Makefile.in
@@ -26,7 +26,7 @@ OBJS=$(C_O_FILES)
PGMS=${ARCH}/gensize
include $(RTEMS_CUSTOM)
-include $(PROJECT_ROOT)/make/leaf.cfg
+include $(RTEMS_ROOT)/make/leaf.cfg
# We use files that have not been installed yet.
CPU_DIR=../../cpu/$(RTEMS_CPU)