summaryrefslogtreecommitdiffstats
path: root/src/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/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/makefile')
-rw-r--r--src/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile b/src/makefile
index e7d90f6da..6a9beb7d8 100644
--- a/src/makefile
+++ b/src/makefile
@@ -308,6 +308,7 @@ RUNTIME_MODULES += tod_rt
RUNTIME_MODULES += nestmemutils
RUNTIME_MODULES += imageprocs_rt
RUNTIME_MODULES += $(if $(CONFIG_NVDIMM),nvdimm_rt)
+RUNTIME_MODULES += mss_rt
RUNTIME_DATA_MODULES +=
RUNTIME_TESTCASE_MODULES += cxxtest_rt
OpenPOWER on IntegriCloud