summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/mss/makefile
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2019-02-27 15:48:48 -0600
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2019-03-08 14:40:55 -0600
commitce4004d542f1ed70463e81bd9b68ee400f39a9c0 (patch)
treec1760a50b11e52ecb3d0a7ce5eb62ffbfe9c0479 /src/usr/isteps/mss/makefile
parent250291d093401f4ced40f456d10b58e82b7c2cc4 (diff)
downloadtalos-hostboot-ce4004d542f1ed70463e81bd9b68ee400f39a9c0.tar.gz
talos-hostboot-ce4004d542f1ed70463e81bd9b68ee400f39a9c0.zip
Create runtime mss library
Creating a runtime library to hold a subset of the memory HWP code that is required for runtime functions (mainly PRD). Change-Id: I7456a5309d823b652261239a27e4a45fc5082a07 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/72653 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/mss/makefile')
-rw-r--r--src/usr/isteps/mss/makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/usr/isteps/mss/makefile b/src/usr/isteps/mss/makefile
index 5de8b8281..da8af126c 100644
--- a/src/usr/isteps/mss/makefile
+++ b/src/usr/isteps/mss/makefile
@@ -145,8 +145,12 @@ MODULE = isteps_mss
OBJS += $(MSS_MODULE_OBJS)
$(call BUILD_MODULE)
+VPATH += ${MSS_LIB}
+
+SUBDIRS += runtime
+
#HWP build tool
include ${ROOTPATH}/procedure.rules.mk
include ${ROOTPATH}/config.mk
-VPATH += ${MSS_LIB}
+
OpenPOWER on IntegriCloud