summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep14/makefile
diff options
context:
space:
mode:
authorCaleb Palmer <cnpalmer@us.ibm.com>2016-06-08 15:56:19 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-06-09 16:58:54 -0400
commit9c528e889b653b66cd6a511399edec716c02da5b (patch)
tree987afec1ce6556440ec0bb75c6909c899f034033 /src/usr/isteps/istep14/makefile
parent5ecf29992810e15e621abad2e4746257c3c3c564 (diff)
downloadtalos-hostboot-9c528e889b653b66cd6a511399edec716c02da5b.tar.gz
talos-hostboot-9c528e889b653b66cd6a511399edec716c02da5b.zip
MDIA: Add memdiags hwp to hostboot compile
Change-Id: If161cc718481fa6ff8ec44f6ed8363fe8a4df97d Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25529 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/istep14/makefile')
-rw-r--r--src/usr/isteps/istep14/makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/usr/isteps/istep14/makefile b/src/usr/isteps/istep14/makefile
index 53ae6ae5c..6b9a1a5f1 100644
--- a/src/usr/isteps/istep14/makefile
+++ b/src/usr/isteps/istep14/makefile
@@ -39,6 +39,8 @@ EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/common/include/
EXTRAINCDIR += ${PROCEDURE_PATH}/xml/error_info/
EXTRAINCDIR += ${PROCEDURE_PATH}/hwp/memory/lib/eff_config/
EXTRAINCDIR += ${PROCEDURE_PATH}/hwp/memory/lib/
+EXTRAINCDIR += ${PROCEDURE_PATH}/hwp/memory/lib/mcbist/
+EXTRAINCDIR += ${PROCEDURE_PATH}/hwp/memory/lib/dimm/
OBJS += call_mss_memdiag.o
OBJS += call_mss_thermal_init.o
@@ -48,6 +50,11 @@ OBJS += call_proc_setup_bars.o
OBJS += call_proc_htm_setup.o
OBJS += call_proc_exit_cache_contained.o
OBJS += call_host_mpipl_service.o
+OBJS += memdiags.o
+OBJS += mcbist.o
+OBJS += sim.o
+OBJS += rank.o
+OBJS += patterns.o
#Object files from lib directories
OBJS += memory_size.o
@@ -68,3 +75,5 @@ include ${ROOTPATH}/config.mk
VPATH += ${PROCEDURE_PATH}/hwp/nest/ ${PROCEDURE_PATH}/hwp/memory/
VPATH += ${PROCEDURE_PATH}/hwp/memory/lib/eff_config/
VPATH += ${PROCEDURE_PATH}/hwp/memory/lib/utils/
+VPATH += ${PROCEDURE_PATH}/hwp/memory/lib/mcbist/
+VPATH += ${PROCEDURE_PATH}/hwp/memory/lib/dimm/
OpenPOWER on IntegriCloud