summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom')
-rw-r--r--make/custom/default.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/custom/default.cfg b/make/custom/default.cfg
index 4e3452c8e0..aa0c2acfbd 100644
--- a/make/custom/default.cfg
+++ b/make/custom/default.cfg
@@ -8,11 +8,11 @@
# $Id$
#
-include $(RTEMS_ROOT)/make/target.cfg
+include $(exec_prefix)/make/target.cfg
include $(RTEMS_ROOT)/make/host.cfg
include $(RTEMS_ROOT)/make/main.cfg
-include $(RTEMS_ROOT)/$(RTEMS_BSP)/make/bsp.cfg
+include $(exec_prefix)/$(RTEMS_BSP)/make/bsp.cfg
# use the inline functions instead of the macros
# ref: src/exec/generic/Makefile