summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2020-01-08 14:23:07 -0600
committerDaniel M Crowell <dcrowell@us.ibm.com>2020-01-10 16:25:53 -0600
commitfd4e73a22541f936d6a16b8a2d04f4ab9edaa914 (patch)
tree29d5669144a8c699f4c60f730d16550d4a4de5c3 /src
parentc6aaded090e34c4da293d118205f7de18421b161 (diff)
downloadtalos-hostboot-fd4e73a22541f936d6a16b8a2d04f4ab9edaa914.tar.gz
talos-hostboot-fd4e73a22541f936d6a16b8a2d04f4ab9edaa914.zip
Add obj tree to EXTRAINCDIR for istep10
Some generated files will be needed by some HWPs in this istep. Change-Id: Ia8cbb87a4a9dfc5ede40261854df7ce3f22d9d8a Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/89403 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/usr/isteps/istep10/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/isteps/istep10/makefile b/src/usr/isteps/istep10/makefile
index ac6233867..2590c4f63 100644
--- a/src/usr/isteps/istep10/makefile
+++ b/src/usr/isteps/istep10/makefile
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2015,2019
+# Contributors Listed Below - COPYRIGHT 2015,2020
# [+] International Business Machines Corp.
#
#
@@ -51,6 +51,7 @@ EXTRAINCDIR += ${INITFILES_HWP_PATH}
EXTRAINCDIR += ${PERV_HWP_PATH}
EXTRAINCDIR += ${OCMB_HWP_PATH}
EXTRAINCDIR += ${ROOTPATH}/src/import/
+EXTRAINCDIR += ${ROOTPATH}/obj/genfiles/chips/ocmb/explorer/procedures/hwp/memory/lib/
OBJS += call_proc_build_smp.o
OpenPOWER on IntegriCloud