summaryrefslogtreecommitdiffstats
path: root/sbe/image/img_defs.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sbe/image/img_defs.mk')
-rw-r--r--sbe/image/img_defs.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/sbe/image/img_defs.mk b/sbe/image/img_defs.mk
index 47ff6013..1551f566 100644
--- a/sbe/image/img_defs.mk
+++ b/sbe/image/img_defs.mk
@@ -95,6 +95,10 @@ ifndef TOOLS_SRCDIR
export TOOLS_SRCDIR = $(SBE_SRC_DIR)/tools
endif
+ifndef TEST_SRCDIR
+export TEST_SRCDIR = $(SBE_SRC_DIR)/test
+endif
+
ifndef DEBUGTOOLS_SRCDIR
export DEBUGTOOLS_SRCDIR = $(TOOLS_SRCDIR)/debug
endif
@@ -144,7 +148,7 @@ export IMAGEPROCS_SRCDIR = $(IMPORT_SRCDIR)/tools/imageProcs
endif
ifndef BASE_OBJDIR
-export BASE_OBJDIR = $(SBE_SRC_DIR)/obj
+export BASE_OBJDIR = $(SBE_ROOT_DIR)/obj
endif
ifndef P9_XIP_SRCDIR
OpenPOWER on IntegriCloud