summaryrefslogtreecommitdiffstats
path: root/src/build
diff options
context:
space:
mode:
authorspashabk-in <shakeebbk@in.ibm.com>2018-01-25 00:18:08 -0600
committerSachin Gupta <sgupta2m@in.ibm.com>2018-01-25 07:39:35 -0500
commitccf737710b21e689e88f4c29187e2730e50676ba (patch)
treea77b4c4ea386757f61809223f7034716958d6f72 /src/build
parentfd23b3ff6d755cf47562d7f4b6f6f56d29b483f3 (diff)
downloadtalos-sbe-ccf737710b21e689e88f4c29187e2730e50676ba.tar.gz
talos-sbe-ccf737710b21e689e88f4c29187e2730e50676ba.zip
Reverting change in img_def.mk for model build
Change-Id: I4ddbfa7c074290f5f8ac40f705e14a10e19fd0bc Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/52609 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Soma Bhanutej <soma.bhanu@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/build')
-rw-r--r--src/build/img_defs.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/build/img_defs.mk b/src/build/img_defs.mk
index e1ad95a9..cd922d66 100644
--- a/src/build/img_defs.mk
+++ b/src/build/img_defs.mk
@@ -75,6 +75,11 @@ ifndef BUILD_DIR
export BUILD_DIR = $(SBE_SRC_DIR)/build
endif
+# Required for pk/std/makefile
+ifndef IMAGE_SRCDIR
+export IMAGE_SRCDIR = $(BUILD_DIR)
+endif
+
ifndef BUILDDATA_SRCDIR
export BUILDDATA_SRCDIR = $(BUILD_DIR)/utils
endif
OpenPOWER on IntegriCloud