summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep13
diff options
context:
space:
mode:
authorCaleb Palmer <cnpalmer@us.ibm.com>2016-07-06 11:31:40 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2016-07-07 11:00:17 -0400
commit50b2314feb2be1746a3be8b49c8be20b60496cd8 (patch)
tree05d324d4f265faab793dd177285a5144be66d39b /src/usr/isteps/istep13
parentf25ca35cf10693ccc45753231f171b453228b82e (diff)
downloadtalos-hostboot-50b2314feb2be1746a3be8b49c8be20b60496cd8.tar.gz
talos-hostboot-50b2314feb2be1746a3be8b49c8be20b60496cd8.zip
MDIA: Add compilation of memdiags_fir
Change-Id: Ibe114c40ce3ec768dd481e14f119d966f0f8494d Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26677 Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/istep13')
-rw-r--r--src/usr/isteps/istep13/makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/isteps/istep13/makefile b/src/usr/isteps/istep13/makefile
index 920116d0c..0112b8596 100644
--- a/src/usr/isteps/istep13/makefile
+++ b/src/usr/isteps/istep13/makefile
@@ -40,6 +40,7 @@ EXTRAINCDIR += ${PROCEDURES_PATH}/hwp/memory
EXTRAINCDIR += ${PROCEDURES_PATH}/hwp/memory/lib
EXTRAINCDIR += ${PROCEDURES_PATH}/hwp/memory/lib/utils
EXTRAINCDIR += ${PROCEDURES_PATH}/hwp/memory/lib/mc/
+EXTRAINCDIR += ${PROCEDURES_PATH}/hwp/memory/lib/fir/
EXTRAINCDIR += ${PROCEDURES_PATH}/hwp/perv
EXTRAINCDIR += ${PROCEDURES_PATH}/hwp/nest
EXTRAINCDIR += ${PROCEDURES_PATH}/hwp/initfiles
@@ -73,6 +74,7 @@ OBJS += dp16.o
OBJS += adr32s.o
OBJS += xlate.o
OBJS += port.o
+OBJS += memdiags_fir.o
OBJS += $(if $(CONFIG_OPENPOWER_VDDR),openpower_vddr.o,hbVddrMsg.o)
@@ -106,4 +108,4 @@ include ${ROOTPATH}/config.mk
VPATH += ${PROCEDURES_PATH}/hwp/memory ${PROCEDURES_PATH}/hwp/nest ${PROCEDURES_PATH}/hwp/perv ${PROCEDURES_PATH}/hwp/initfiles/
VPATH += ${PROCEDURES_PATH}/hwp/memory/lib/ccs/ ${PROCEDURES_PATH}/hwp/memory/lib/dimm/ ${PROCEDURES_PATH}/hwp/memory/lib/utils/ ${PROCEDURES_PATH}/hwp/memory/lib/phy/
VPATH += ${PROCEDURES_PATH}/hwp/memory/lib/mc/
-
+VPATH += ${PROCEDURES_PATH}/hwp/memory/lib/fir/
OpenPOWER on IntegriCloud