summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/pm/runtime/makefile
diff options
context:
space:
mode:
authorCorey Swenson <cswenson@us.ibm.com>2016-12-05 21:35:38 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-02-03 10:34:29 -0500
commitda3675d8e4c72ea6e952546e27432784c0a99a9b (patch)
treeda7168594c296f864397a7f93b3e2747236525bf /src/usr/isteps/pm/runtime/makefile
parent135b23e1902271c8df773c14994a84505e0b5c20 (diff)
downloadtalos-hostboot-da3675d8e4c72ea6e952546e27432784c0a99a9b.tar.gz
talos-hostboot-da3675d8e4c72ea6e952546e27432784c0a99a9b.zip
Add HCODE scom update interface to HBRT
Change-Id: I8d6a8aa2330ec95e1ce612979c9fa037a633d07d RTC:150219 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/33702 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/pm/runtime/makefile')
-rw-r--r--src/usr/isteps/pm/runtime/makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/usr/isteps/pm/runtime/makefile b/src/usr/isteps/pm/runtime/makefile
index 1f0e90b2e..fa1aca5ae 100644
--- a/src/usr/isteps/pm/runtime/makefile
+++ b/src/usr/isteps/pm/runtime/makefile
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2016
+# Contributors Listed Below - COPYRIGHT 2016,2017
# [+] International Business Machines Corp.
#
#
@@ -26,10 +26,13 @@
HOSTBOOT_RUNTIME = 1
ROOTPATH = ../../../../..
+
VPATH += ../
MODULE = pm_rt
+EXTRAINCDIR += ${ROOTPATH}/src/usr/scom/runtime
+
## Objects unique to HBRT
OBJS += rt_pm.o
OpenPOWER on IntegriCloud