summaryrefslogtreecommitdiffstats
path: root/src/usr/scom/runtime/makefile
diff options
context:
space:
mode:
authorCorey Swenson <cswenson@us.ibm.com>2018-03-19 16:46:58 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-03-27 09:50:58 -0400
commit8a783ea89563b0e452caab5c5900add8cc99e358 (patch)
tree029f82798d081b6af6b3557e76f461440cedb375 /src/usr/scom/runtime/makefile
parent3d9454e644784df51aaa61ca6ab6c4f69a40b528 (diff)
downloadtalos-hostboot-8a783ea89563b0e452caab5c5900add8cc99e358.tar.gz
talos-hostboot-8a783ea89563b0e452caab5c5900add8cc99e358.zip
Move runtime scoms to common function
- Calls hypervisor scom interfaces - Move from xscom/runtime to scom/runtime RTC:190143 Change-Id: I41e0788f03fa27ae87c31a48dd041dbd66ca09c2 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/56042 CI-Ready: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@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/usr/scom/runtime/makefile')
-rw-r--r--src/usr/scom/runtime/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/scom/runtime/makefile b/src/usr/scom/runtime/makefile
index af572116b..7717b9473 100644
--- a/src/usr/scom/runtime/makefile
+++ b/src/usr/scom/runtime/makefile
@@ -29,7 +29,8 @@ MODULE = scom_rt
#include common ojects between hostboot and runtime hostboot
include ../scom.mk
-#include unique object modules - currently none
+#include unique object modules
+OBJS += rt_scom.o
SUBDIRS += test.d
OpenPOWER on IntegriCloud