summaryrefslogtreecommitdiffstats
path: root/make/custom/default.cfg
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-11-29 11:18:58 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-11-29 11:18:58 +0000
commitf1de6bcea4ad9979ac3ad65d896f3eada12e6d4f (patch)
tree9de1bd1bc815d1cbf52ec0055ee9aa85b5c626ab /make/custom/default.cfg
parent2002-11-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-f1de6bcea4ad9979ac3ad65d896f3eada12e6d4f.tar.bz2
2002-11-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/default.cfg: Pickup target.cfg from BSP directory.
Diffstat (limited to '')
-rw-r--r--make/custom/default.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/default.cfg b/make/custom/default.cfg
index 11a6fd42fa..ae6893b994 100644
--- a/make/custom/default.cfg
+++ b/make/custom/default.cfg
@@ -8,7 +8,7 @@
# $Id$
#
-include $(exec_prefix)/make/target.cfg
+include $(exec_prefix)/$(RTEMS_BSP)/make/target.cfg
include $(RTEMS_ROOT)/make/host.cfg
include $(RTEMS_ROOT)/make/main.cfg