summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/make/Makefile.in b/make/Makefile.in
index b765bd8e7c..5d420d6c39 100644
--- a/make/Makefile.in
+++ b/make/Makefile.in
@@ -18,7 +18,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
VPATH = @srcdir@
-include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
+include $(RTEMS_ROOT)/make/custom/${RTEMS_BSP}.cfg
include $(RTEMS_ROOT)/make/leaf.cfg
CLEAN_ADDITIONS +=
@@ -45,8 +45,8 @@ MAKEFILES := README \
# + Figure out what this BSP.cfg includes
# + Make those files have the correct relative path.
# + Now fix $(RTEMS_HOST) to the real host name
-CUSTOM_FILES := custom/default.cfg custom/$(RTEMS_BSP).cfg \
- $(shell grep "^include.*make/custom" $(srcdir)/custom/$(RTEMS_BSP).cfg | \
+CUSTOM_FILES := custom/default.cfg custom/${RTEMS_BSP}.cfg \
+ $(shell grep "^include.*make/custom" $(srcdir)/custom/${RTEMS_BSP}.cfg | \
sed -e 's/^.*make\///' | sed -e s/\\$$\(RTEMS_HOST\)/${RTEMS_HOST}/)
# NOTE: Use the wildcard rule to install all compiler files