summaryrefslogtreecommitdiffstats
path: root/tools/cpu/unix/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tools/cpu/unix/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/cpu/unix/Makefile.in b/tools/cpu/unix/Makefile.in
index b42424c512..f32639d298 100644
--- a/tools/cpu/unix/Makefile.in
+++ b/tools/cpu/unix/Makefile.in
@@ -5,7 +5,10 @@
@SET_MAKE@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
-VPATH=@srcdir@
+VPATH = @srcdir@
+RTEMS_ROOT = @RTEMS_ROOT@
+PROJECT_ROOT = @PROJECT_ROOT@
+RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
# we use host compiler here for gensize. Hopefully it has same alignment!!
USE_HOST_COMPILER=yes